Get current user
Returns the profile of the authenticated user.UserResponse
UUID of the user.
Email address of the user.
First name of the user.
Last name of the user.
Identity provider type used to authenticate this user (e.g.
password, google, saml).UUID of the tenant the user is currently scoped to.
The user’s role in their current tenant. One of
USER, ADMIN, OWNER.UUID of the tenant the user is directed to on sign-in.
Update current user
Updates the authenticated user’s profile. All fields are optional — only the fields you include are changed.Updated first name.
Updated last name.
UUID of the tenant to set as the user’s default login destination.
UserResponse
Returns the updated user profile. See Get current user for the full field reference.