| Param name | Description |
|---|---|
|
page
optional |
Page index Validations:
|
|
per
optional |
Items per page Validations:
|
{
'data' => [
{
'id' => 'user-uuid',
'name' => 'Test',
'lastname' => 'User',
'matriname' => nil,
'email' => 'test.user@example.com',
'job_title' => nil,
'phone_number' => nil,
'authy_id' => nil,
'full_name' => 'Test User',
'dob' => nil,
'role' => 'promotor',
'role_translated' => 'Promotor',
'subsidiary_id' => nil
}
],
'meta' => { 'count' => 1 }
}
| Code | Description |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Internal Server Error |