This function will retrieve a particular user, referenced by ID. This ID can most easily be accessed using the list_users function.

retrieve_user(key, user.id)

Arguments

key

Notion access key.

user.id

Unique user ID as a string.

Value

A user object.