GET https://api.eloomi.com/v3/users
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| per_page | integer | How many users to show per page, defaults to all |
Optional |
| page | integer | Which page should be fetched from the pagination. Defaults to 1. |
Optional |
| mode | string | Which types of users to get. Possible values are:
|
Required |
| employee_id | string | Used when filtering by employee_id |
Optional |
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| ClientId | string | Provided by eloomi |
Required |
| Authorization | string | Look in the documentation for the authentication endpoint on how to construct this |
Required |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK Users fetched |
UsersSuccess |
| 401 | Unauthorized Not allowed |
ErrorSuccess |