Actions
Get User
Get a user by their user ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| User ID | The ID of the user. |
{
"id": "<string>",
"type": "<string>",
"name": "<string>",
"email": "<string>",
"status": "<string>",
"2fa": false,
"groups": [
{
"id": "<string>",
"type": "<string>"
}
]
}
Was this page helpful?