Get User
Get a user by their user ID.
Parameters
Parameter | Description |
---|---|
User ID | The ID of the user. |
Example Output
{
"id": "<user_id>",
"type": "user",
"name": "<display_name>",
"email": "<email>",
"status": "ACTIVE",
"groups": [
{
"type": "group",
"id": "<group_id>"
},
{
"type": "group",
"id": "<group_id>"
}
]
}
Workflow Library Example
Get User with Split and Send Results Via Email
Preview this Workflow on desktop