Returns a paginated list of user objects for a workspace.

External Documentation

To learn more, visit the Notion documentation.

Example Output

{
	"has_more": false,
	"next_cursor": null,
	"object": "list",
	"results": [
		{
			"avatar_url": null,
			"id": "6794760a-1f15-45cd-9c65-0dfe42f5135a",
			"name": "Aman Gupta",
			"object": "user",
			"person": {
				"email": "XXXXXXXXXX"
			},
			"type": "person"
		},
		{
			"avatar_url": null,
			"bot": {
				"owner": {
					"type": "workspace",
					"workspace": true
				}
			},
			"id": "92a680bb-6970-4726-952b-4f4c03bff617",
			"name": "Leotastic",
			"object": "user",
			"type": "bot"
		}
	]
}

Workflow Library Example

List Users with Notion and Send Results Via Email

Workflow Library

Preview this Workflow on desktop