Retrieve a user object using the ID specified in the request path.

External Documentation

To learn more, visit the Notion documentation.

Parameters

ParameterDescription
User IDThe identifier of the required user.

Example Output

{
	"object": "<string>",
	"id": "<string>",
	"name": "<string>",
	"avatar_url": null,
	"type": "<string>",
	"person": {
		"email": "<string>"
	},
	"request_id": "<string>"
}

Workflow Library Example

Get User with Notion and Send Results Via Email

Preview this Workflow on desktop