Get a user by their user ID.

Parameters

ParameterDescription
User IDThe ID of the user.

Example Output

{
	"id": "<string>",
	"type": "<string>",
	"name": "<string>",
	"email": "<string>",
	"status": "<string>",
	"2fa": false,
	"groups": [
		{
			"id": "<string>",
			"type": "<string>"
		}
	]
}

Workflow Library Example

Get User with Split and Send Results Via Email

Preview this Workflow on desktop

Get a user by their user ID.

Parameters

ParameterDescription
User IDThe ID of the user.

Example Output

{
	"id": "<string>",
	"type": "<string>",
	"name": "<string>",
	"email": "<string>",
	"status": "<string>",
	"2fa": false,
	"groups": [
		{
			"id": "<string>",
			"type": "<string>"
		}
	]
}

Workflow Library Example

Get User with Split and Send Results Via Email

Preview this Workflow on desktop