Users
Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired
AWS Cognito JWT token. Include as 'Authorization: Bearer {token}' header.
x-api-keystringRequired
API Gateway API key. Include as 'x-api-key: {key}' header.
Query parameters
userIdstringOptional
Unique CONTACT_ID value assigned to the user.
userNamestringOptional
LOGIN_USER_ID associated with the user.
Responses
200
User located successfully.
application/json
400
Invalid lookup parameters.
application/json
404
User not found.
application/json
get
/users/lookupRequired scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired
AWS Cognito JWT token. Include as 'Authorization: Bearer {token}' header.
x-api-keystringRequired
API Gateway API key. Include as 'x-api-key: {key}' header.
Body
Responses
200
Search results.
application/json
400
Validation errors.
application/json
500
Internal server error.
application/json
post
/users/searchLast updated

