Code | Description |
---|---|
400 | Bad Request |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
500 | Internal Server Error |
{ 'data': [ { 'id': '6a1bb11e-ccd1-4084-b1d5-258d0ccc04d5', 'name': 'Carlos', 'lastname': 'Patiño', 'matriname': 'Camarillo', 'email': 'nicky@maggio.com', 'job_title': null, 'phone_number': null, 'authy_id': null, 'full_name': 'Carlos Patiño Camarillo' }, { 'id': '9425549a-c0c5-4da7-96d8-d62e25dcbe41', 'name': 'José Luis', 'lastname': 'Duran', 'matriname': 'Nava', 'email': 'hung@macejkovic.name', 'job_title': null, 'phone_number': null, 'authy_id': null, 'full_name': 'José Luis Duran Nava' } ], 'meta': { 'count': 2 } }
Param name | Description |
---|---|
page optional |
Page index Validations:
|
per optional |
Items per page Validations:
|
Code | Description |
---|---|
400 | Bad Request |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
500 | Internal Server Error |
{ 'data': { 'id': '6a1bb11e-ccd1-4084-b1d5-258d0ccc04d5', 'name': 'Carlos', 'lastname': 'Patiño', 'matriname': 'Camarillo', 'email': 'nicky@maggio.com', 'job_title': null, 'phone_number': null, 'authy_id': null, 'full_name': 'Carlos Patiño Camarillo' } }
Param name | Description |
---|---|
id required |
Requested user ID Validations:
|