Get User
get
Authorizations
AuthorizationstringRequired
Enter the Bearer Authorization string as following: Bearer Generated-JWT-Token
Path parameters
userIdstring · uuidRequired
Responses
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