Retrieve a user
GET https://api.notion.com/v1/users/:id
Retrieve a user object using the ID specified in the request path.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Notion-Version | string |
RESPONSES
status: OK
{"object":"user","id":"6794760a-1f15-45cd-9c65-0dfe42f5135a","name":"Aman Gupta","avatar_url":null,"type":"person","person":{"email":"XXXXXXXXXXX"}}