usersUsers

Users

Lookup user by ID or username

get

Retrieves a single user profile using CONTACT_ID (userId) or LOGIN_USER_ID (userName).

chevron-right
lockRequired 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
chevron-right
200

User located successfully.

application/json
get
/users/lookup

Search users

post

Returns a paginated list of users matching the supplied criteria.

chevron-right
lockRequired 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
chevron-right
200

Search results.

application/json
post
/users/search

Last updated