List all users
GET
https://api.notion.com/v1/usersRequest
Query Params
start_cursor
string
optional
Header Params
Notion-Version
string
required
Request samples
Responses
OK(200)
Bad Request(400)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"results": [
{
"object": "user",
"id": "d40e767c-d7af-4b18-a86d-55c61f1e39a4",
"type": "person",
"person": {
"email": "avo@example.org",
},
"name": "Avocado Lovelace",
"avatar_url": "https://secure.notion-static.com/e6a352a8-8381-44d0-a1dc-9ed80e62b53d.jpg",
},
{
"object": "user",
"id": "9a3b5ae0-c6e6-482d-b0e1-ed315ee6dc57",
"type": "bot",
"bot": {},
"name": "Doug Engelbot",
"avatar_url": "https://secure.notion-static.com/6720d746-3402-4171-8ebb-28d15144923c.jpg",
}
],
"next_cursor": "fe2cc560-036c-44cd-90e8-294d5a74cebc",
"has_more": true
}
Last modified: 2 years ago