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

Preview this Workflow on desktop