Members
A member in GitBook is the entity of a user associated with an organization.
Last updated
Was this helpful?
A member in GitBook is the entity of a user associated with an organization.
Last updated
Was this helpful?
Gets a specific member in an organization.
/orgs/{organizationId}/members/{userId}
The unique id of the organization
The unique ID of the User
Updates a specific member in an organization.
/orgs/{organizationId}/members/{userId}
The unique id of the organization
The unique ID of the User
The role of a member in an organization, null for guests
Deletes a specific member from an organization
/orgs/{organizationId}/members/{userId}
The unique id of the organization
The unique ID of the User
No body
/orgs/{organizationId}/members/{userId}/sso
The unique id of the organization
The unique ID of the User
Lists members for the specified organization.
/orgs/{organizationId}/members
The unique id of the organization
Identifier of the page results to fetch.
The number of results per page
An order for the items in the list
asc
, desc
The Role to filter the member list by
A query to filter the member list (displayName and email)
The property to sort the results by. When sorting by lastSeenAt, only active members will be listed.
joinedAt
, lastSeenAt