MCP

user/get_by_id

Tool: read

Get a specific user by their UUID.

Returns the User object for the given userId. The user must belong to the authenticated organization.

Arguments

name type req notes
id string User UUID (uuid format)

Response

200 — User object: see schemas/user. Deltas: none.

Errors: 400, 401, 404, 406, 422, 429, 500 — shared schema: schemas/errors.

Invoke

Call read with name: "user/get_by_id".