# \_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}}
	 
```
