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

# \_userPerformance

Retrieve User performance report details.

### Parameters

#### id

The isof the user you wish to retrieve performance report data on.

### Example

```
FM_api('Report_userPerformance', ['ids' =>'1'])
```

### Result

#### On Success

```
{"id":1,"day":{"hours_cost":0,"salary":100},"week":{"hours_cost":0,"salary":400},"month":{"hours_cost":0,"salary":1600}}
	 
```
