> 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/_getdt.md).

# \_getDT

Retrieve details for all User records.

### Example

```
FM_api('Users_getDT');
```

### Result

#### On Success

```
{"recordsTotal":"1","recordsFiltered":"1","draw":0,"data":[["82878","Test user","test@fieldmotion.com",null,"2018-09-17 16:39:42",[null,"0"],"","1","","",""]]}
```
