Users
Retrieve and manage user information and profiles.
The Users API allows you to fetch data about GitBook users, including the authenticated account or other team members by ID. This is crucial for customizing permissions, personalizing content, or establishing user-specific flows.
Attributes
objectstring · enumrequiredAvailable options:
Type of Object, always equals to "user"
idstringrequired
Unique identifier for the user
displayNamestringrequired
Full name for the user
emailstringoptional
Email address of the user
photoURLstringoptional
URL of the user's profile picture
urlsobjectrequired
URLs associated with the object
The User object
Was this helpful?