Get User

get

Gets a user.

Authorizations
AuthorizationstringRequired

Enter the Bearer Authorization string as following: Bearer Generated-JWT-Token

Path parameters
userIdstring · uuidRequired
Responses
chevron-right
200

Success

application/json

Contains details about a user.

idstring · uuidOptional

Unique identifier of the user.

firstNamestring · nullableOptional

The user's first name.

lastNamestring · nullableOptional

The user's last name.

mobilePhoneNumberstring · nullableOptional

A E.164 formatted mobile phone number associated to the user.

get
/integrator/v1/users/{userId}
200

Success

Last updated