Update an end user (server-side admin)
PATCH/auth/users/:user_id
Secret-key-scoped update of an arbitrary end user in the authenticating application. Updatable fields: email, name, avatar_url, metadata, status. Scoped to the application — a caller can never modify a user belonging to another application.
Request
Responses
- 200
- 400
- 404
- 500
User updated
Invalid request
User not found
Internal server error