Skip to main content

Show User

GET 

/api/users/:user

Returns a single user by ID.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Tenant scoping: Returns 404 if the user is not a member of the current tenant. The users table is on the central connection, so route model binding would otherwise resolve any user ID system-wide.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type