get https://api.notion.com/v1/users
Returns a paginated list of Users for the workspace. The response may contain fewer than page_size
of results.
See Pagination for details about how to use a cursor to iterate through the list.
The API does not currently support filtering users by their email and/or name.
Integration capabilities
This endpoint requires an integration to have user information capabilities. Attempting to call this API without user information capabilities will return an HTTP response with a 403 status code. For more information on integration capabilities, see the capabilities guide.