Users
REST API operations for users
Overview
Required permissions
Operations
Authorizations
X-API-KeystringRequired
Body
emailstringRequired
The email address of the user
familyNamestringRequired
The family/last name of the user
givenNamestringRequired
The given/first name of the user
Responses
200
OK response.
application/json
400
bad_request: Bad Request response.
application/json
post
/usersAuthorizations
X-API-KeystringRequired
Path parameters
idstringRequired
ID of the user
Body
emailstringRequired
The email address of the user
familyNamestringRequired
The family/last name of the user
givenNamestringRequired
The given/first name of the user
Responses
200
OK response.
application/json
400
bad_request: Bad Request response.
application/json
404
not_found: Not Found response.
application/json
post
/users/{id}Authorizations
X-API-KeystringRequired
Query parameters
cursorstringOptional
Pagination token
limitinteger · int64 · min: 1 · max: 60OptionalDefault:
Maximum number of results to return
60containsstringOptional
Search name and email fields in a case-insensitive fashion
emailstringOptional
An exact match of a user's email to return. If provided all other parameters are ignored
idstring[]Optional
Set of IDS to return
idsstringOptional
A comma delimited list of IDs
include-deactivatedbooleanOptional
Include deactivated users
statusstringOptional
Show only users with this Cognito status
Responses
200
OK response.
application/json
get
/users200
OK response.
Last updated
Was this helpful?

