Skip to main content

Get User

Get a user by their user ID.

Parameters

ParameterDescription
User IDThe 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

Workflow LibraryPreview this Workflow on desktop