Skip to main content

Get a user

GET 

/panel/users/:user

Returns a single user with their admin status and workspace memberships.

The {user} path segment is the user's numeric id, not a UUID.

Request

Responses

The user object, unwrapped (no data envelope). is_admin is accurate on this endpoint, and the workspaces array is included.