Update user
User
Update user
Updates a user’s information by their UUID
PUT
Update user
Authorizations
JWT token from Auth0
Headers
Account external ID for context
Example:
"acct-xyz789-v1"
Path Parameters
User's internal UUID
Body
application/json
User account status
Available options:
ACTIVE, INACTIVE, SUSPENDED, WAITLISTED, INVITED, PENDING Type of authentication used
Available options:
google-oauth2, auth0, github, unknown Authentication provider
Available options:
AUTH0 Response
User updated successfully
Example:
"user updated successfully"
