BackendService

Update User

Update a User.

patch/v1/users/{id}

Path parameters

idstring required

The User ID.

Request body

idstring

The User ID. Starts with user_....

organizationIdstring

The Organization this User belongs to.

emailstring

The User's email address.

This email is verified and unique within the Organization. Two Users in different Organizations may have the same email.

createTimestring date-time

When the User was created.

updateTimestring date-time

When the User was last updated.

ownerboolean

Whether the User is an owner of their Organization.

googleUserIdstring

The Google User ID, if the User has ever logged in with Google.

microsoftUserIdstring

The Microsoft User ID, if the User has ever logged in with Microsoft.

hasAuthenticatorAppboolean

Whether the User has an authenticator app set up.

Response

OK

Changes