Admin

UpdateUser

patch/api/admin/users/{user_id}

Path parameters

user_idstring uuid required

Request body

is_activeboolean
is_superuserboolean
is_verifiedboolean
namestring nullable
phonestring nullable
usernamestring nullable

Response

Request fulfilled, document follows

createdAtstring date-time required
emailstring required
hasPasswordboolean
idstring uuid required
isActiveboolean
isSuperuserboolean
isTwoFactorEnabledboolean
isVerifiedboolean
joinedAtstring date nullable
loginCountinteger
namestring nullable
oauthProvidersstring[]
phonestring nullable
rolesstring[]
teamsstring[]
updatedAtstring date-time required
usernamestring nullable
verifiedAtstring date nullable

Changes