Skip to content
Pile
Esc
navigateopen⌘Jpreview

Create notion user

POST/workspaces/{organizationId}/notion/users
Path parameters
organizationIdstringrequired
Request body
application/json
userIdstringrequired
notionUserIdstringrequired
Responses
201Notion user mapping created
idstringrequired
organizationIdstringrequired
userIdstringrequired
notionUserIdstringrequired
createdAtstringrequired
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X POST "/workspaces/string/notion/users" \
  -H "Content-Type: application/json" \
  -d '{
  "userId": "string",
  "notionUserId": "string"
}'
Response
{
  "id": "string",
  "organizationId": "string",
  "userId": "string",
  "notionUserId": "string",
  "createdAt": "string"
}