List all users

GET https://api.notion.com/v1/users

Returns a paginated list of user objects for a workspace

HEADERS

KeyDatatypeRequiredDescription
Notion-Versionstring

RESPONSES

status: OK

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