User Accounts

Retrieve the details of a user.

Retrieve a user by ID.

Returns: User data for the requested user.

get/api/users/{user_id}

Path parameters

user_idstring uuid required

The user to retrieve.

The user to retrieve.

Response

Request fulfilled, document follows

avatarUrlstring nullable
emailstring required
hasPasswordboolean
idstring uuid required
isActiveboolean
isSuperuserboolean
isTwoFactorEnabledboolean
isVerifiedboolean
namestring nullable

Changes