Get User
Get a Single User by Id.
Path parameters
The UUID of the User.
Response
Get User Details
Example response
{
"lastName": "Doe",
"companyName": "Acme Corp",
"roles": [
"payor.admin"
],
"lockedOutTimestamp": "2000-01-23T04:56:07.000+00:00",
"smsNumber": "11235555555",
"entityId": "7fffa261-ac68-49e6-b605-d24a444d9206",
"mfaStatus": "REGISTERED",
"firstName": "John",
"primaryContactNumber": "11235555555",
"mfaType": "TOTP",
"lockedOut": true,
"id": "8bbf301c-948f-4445-b411-357eec53e441",
"userType": "PAYOR",
"email": "foo@example.com",
"secondaryContactNumber": "11235555550",
"status": "ENABLED"
}Changes
Changed in 8 of the 50 revisions of this API.10424
- ●
added the new
VERIFIEDenum value to themfaStatusresponse property for the response status200response-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
companyNameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
userTypeto the response with the200statusresponse-optional-property-added
- ○
- ▲
the
errors/items/response's property type/format changed from/toobject/for status401response-property-type-changed
- ▲
the
errors/items/response's property type/format changed from/toobject/for status403response-property-type-changed
- ▲
the
errors/items/response's property type/format changed from/toobject/for status404response-property-type-changed
- ○
added the optional property
errors/items/errorCodeto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errors/items/errorCodeto the response with the403statusresponse-optional-property-added
- ○
added the optional property
errors/items/errorCodeto the response with the404statusresponse-optional-property-added
- ○
added the optional property
errors/items/errorDatato the response with the401statusresponse-optional-property-added
- ○
added the optional property
errors/items/errorDatato the response with the403statusresponse-optional-property-added
- ○
added the optional property
errors/items/errorDatato the response with the404statusresponse-optional-property-added
- ○
added the optional property
errors/items/localisationDetailsto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errors/items/localisationDetailsto the response with the403statusresponse-optional-property-added
- ○
added the optional property
errors/items/localisationDetailsto the response with the404statusresponse-optional-property-added
- ○
added the optional property
httpStatusCodeto the response with the401statusresponse-optional-property-added
- ○
added the optional property
httpStatusCodeto the response with the403statusresponse-optional-property-added
- ○
added the optional property
httpStatusCodeto the response with the404statusresponse-optional-property-added
- ○
response property
errors/items/locationTypedeprecatedresponse-property-deprecated
- ○
response property
errors/items/locationTypedeprecatedresponse-property-deprecated
- ○
response property
errors/items/locationTypedeprecatedresponse-property-deprecated
- ○
response property
errors/items/reasonCodedeprecatedresponse-property-deprecated
- ○
response property
errors/items/reasonCodedeprecatedresponse-property-deprecated
- ○
response property
errors/items/reasonCodedeprecatedresponse-property-deprecated
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the
primaryContactNumberresponse's property pattern was changed from^\+?[1-9]\d{1,14}$to^\+[1-9]\d{1,14}$for the status200response-property-pattern-changed
- ○
the
secondaryContactNumberresponse's property pattern was changed from^\+?[1-9]\d{1,14}$to^\+[1-9]\d{1,14}$for the status200response-property-pattern-changed
- ○
the
smsNumberresponse's property pattern was changed from^\+?[1-9]\d{1,14}$to^\+[1-9]\d{1,14}$for the status200response-property-pattern-changed
- ○
- ▲
the response's body type/format changed from
object/to/for status404response-body-type-changed
- ▲
the
errors/items/response's property type/format changed fromobject/to/for status404response-property-type-changed
This revision also has 26 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response's body type/format changed from
object/to/for status401response-body-type-changed
- ▲
the response's body type/format changed from
object/to/for status403response-body-type-changed
- ▲
the
errors/items/response's property type/format changed fromobject/to/for status401response-property-type-changed
- ▲
the
errors/items/response's property type/format changed fromobject/to/for status403response-property-type-changed
- ●
added the new
requestParamenum value to theerrors/items/locationTyperesponse property for the response status401response-property-enum-value-added
- ●
added the new
requestParamenum value to theerrors/items/locationTyperesponse property for the response status403response-property-enum-value-added
- ●
added the new
requestParamenum value to theerrors/items/locationTyperesponse property for the response status404response-property-enum-value-added
This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 257 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲