> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/users/_list.md).

# \_list

List details for all User records.

### Example

```
FM_api('Users_list');
```

### Result

#### On Success

```
{"id":"82878","name":"Test User 1","active":"1"}, {"id":"82879","name":"Test User 1","active":"1"}, {"id":"82810","name":"Test User 2","active":"1"}
```
