v2

Params

Param name Description
page
optional

Page index

Validations:

  • Must be a Integer

per
optional

Items per page

Validations:

  • Must be a Integer

Examples

{
      '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 }
    }

Errors

Code Description
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
500 Internal Server Error