users

Update the current user

Properties of the specified user can be updated. Users can only update their own self, and can pass 'self' for the id

patch/users/{id}

Path parameters

idstring required

User id or 'self'

Request body

namestring
phonestring

Phone number of the user

emailstring

An email address

preferencesobject

Preferences for the user

mfa_secretstring nullable

MFA secret key of the user

Response

The user was successfully updated.

namestring
phonestring

Phone number of the user

emailstring

An email address

preferencesobject

Preferences for the user

mfa_secretstring nullable

MFA secret key of the user

Changes

No recorded changes to this endpoint across all 1 revision of this API.