TypeScript SDK
Users
Retrieve a user
Retrieves a User using the ID specified.
GET
TypeScript SDK
The requested user must belong to the workspace connected to the integration. This endpoint can return workspace members, guests, and bots in that workspace.Documentation Index
Fetch the complete documentation index at: https://developers.notion.com/llms.txt
Use this file to discover all available pages before exploring further.
Errors
Each Public API endpoint can return several possible error codes. See the Error codes section of the Status codes documentation for more information.Connection capabilitiesThis endpoint requires a connection 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 connection capabilities, see the capabilities guide.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The API version to use for this request. The latest version is 2026-03-11.
Available options:
2026-03-11 Path Parameters
Response
- Person
- Bot
The ID of the user.
The user object type name.
Allowed value:
"user"The name of the user.
The avatar URL of the user.
Indicates this user is a person.
Allowed value:
"person"Details about the person, when the type of the user is person.