Skip to main content
Retrieve information on a specific user by its ID. Note: Maximum 60 requests per minute are allowed. For more information about the required permissions refer to Access Control.
External DocumentationTo learn more, visit the Pylon documentation.

Parameters

ParameterDescription
User IDThe ID of the user to get information for. Can be obtained using List Users action.

Example Output

{
	"data": {
		"avatar_url": "text",
		"email": "text",
		"emails": [
			"text"
		],
		"id": "text",
		"name": "text",
		"role_id": "text",
		"status": "text"
	},
	"request_id": "text"
}

Workflow Library Example

Get User with Pylon and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop