Get User
Retrieve a user object using the ID specified in the request path.
External Documentation
To learn more, visit the Notion documentation.
Parameters
Parameter | Description |
---|---|
User ID | - |
Example Output
{
"avatar_url": null,
"id": "6794760a-1f15-45cd-9c65-0dfe42f5135a",
"name": "Aman Gupta",
"object": "user",
"person": {
"email": "XXXXXXXXXXX"
},
"type": "person"
}
Workflow Library Example
Get User with Notion and Send Results Via Email
Preview this Workflow on desktop