provider Users GET /v1/users/{id}
@utdk/notion /v1/users/{id}
Retrieve a user
Retrieve a user object using the ID specified in the request path.
id path required
string
Notion-Version header
string

Try it

Authentication
Configure credentials for Notion API
retrieveauser
GET/v1/users/{id}
Retrieve a user object using the ID specified in the request path.

Parameters

required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import notion from '@utdk/notion';

await notion.retrieveauser()