Update User Details
Updates the profile information for a specific user. Requires user:update
scope unless updating self. Updating email or mobile number will reset verification status and trigger new verification flows. Can also update user roles within the team.
Authorizations
Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.
Path Parameters
UUID of the user to update.
Body
Fields for updating a user's profile. Email/Mobile changes trigger re-verification.
255
255
Array of Role UUIDs to assign to the user within the current team. Replaces existing roles for the team.
Response
Identity provider used for login.
azure
, saml2
, google
, github
, microsoft
, local
Whether the user is allowed to log in.
User's preferred timezone identifier.
"Australia/Melbourne"
User's preferred date format string.
"d M Y"
User's preferred time format string.
"H:i:s"
User's preferred locale (e.g., en
).
URL to the user's profile picture.
Whether the user has enabled Multi-Factor Authentication.
List of role IDs assigned to the user in the current team.
User's country code (ISO2).