Returns a paginated list of user objects for a workspace.

External Documentation

To learn more, visit the Notion documentation.

Example Output

{
	"object": "<string>",
	"results": [
		{
			"object": "<string>",
			"id": "<string>",
			"name": "<string>",
			"avatar_url": null,
			"type": "<string>",
			"person": {
				"email": "<string>"
			}
		},
		{
			"object": "<string>",
			"id": "<string>",
			"name": "<string>",
			"avatar_url": "<string>",
			"type": "<string>",
			"person": {
				"email": "<string>"
			}
		}
	],
	"next_cursor": null,
	"has_more": false,
	"type": "<string>",
	"user": {},
	"request_id": "<string>"
}

Workflow Library Example

List Users with Notion and Send Results Via Email

Preview this Workflow on desktop