# \_usersPerformance

Retrieve Users performance report details.

### Parameters

#### ids

The ids of the users you wish to retrieve performance report data on.

### Example

```
FM_api('Report_usersPerformance', ['ids' =>['1', '2', '3']])
```

### Result

#### On Success

```
{"id":1,"day":{"hours_cost":0,"salary":100},"week":{"hours_cost":0,"salary":400},"month":{"hours_cost":0,"salary":1600},
 "id":2,"day":{"hours_cost":0,"salary":150},"week":{"hours_cost":0,"salary":800},"month":{"hours_cost":0,"salary":2600},
 "id":3,"day":{"hours_cost":0,"salary":80},"week":{"hours_cost":0,"salary":33300},"month":{"hours_cost":0,"salary":1300}}
```
