Users
A user in GitBook is the entity of someone who has signed up with an account.

Returns details about the user associated with the authentication provided in the request's authorization header.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
OK
application/json
404
User not found
application/json
get
/userProvides publicly available information about someone with a GitBook account.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
userIdstringRequired
The unique ID of the User
Responses
200
OK
application/json
404
User not found
application/json
get
/users/{userId}Last updated
Was this helpful?