auth

Update Current User

Update details of the currently authenticated user and return updated user state

patch/auth/users/me

Request body

given_namestring nullable
family_namestring nullable
phone_numberstring nullable
emailstring nullable
metadataobject nullable

Response

Successful Response

user_idstring required
emailstring required
phone_numberstring nullable
given_namestring nullable
family_namestring nullable
email_verifiedboolean nullable
phone_verifiedboolean nullable
totp_verifiedboolean nullable
metadataobject nullable

Changes