v2

Params

Param name Description
id
required

Requested user ID

Validations:

  • Must be a String

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

Errors

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