Users
A user in GitBook is the entity of someone who has signed up with an account.
Last updated
A user in GitBook is the entity of someone who has signed up with an account.
Last updated
GET
current userReturns details about the user associated with the authentication provided in the request's authorization header.
OK
Type of Object, always equals to "user"
Unique identifier for the user
Full name for the user
Email address of the user
URL of the user's profile picture
URLs associated with the object
GET
user by IDProvides publicly available information about someone with a GitBook account.
The unique ID of the User
OK
Type of Object, always equals to "user"
Unique identifier for the user
Full name for the user
Email address of the user
URL of the user's profile picture
URLs associated with the object