Members
A member in GitBook is the entity of a user associated with an organization.
GET
members in an organization
GET
members in an organizationList organization members
Lists members for the specified organization.
The unique id of the organization
OK
Total count of objects in the list
GET
a specific member in an organization
GET
a specific member in an organizationGet specified organization member
Gets a specific member in an organization.
The unique id of the organization
The unique ID of the User
OK
Type of Object, always equals to "member"
Unique identifier for the user.
The role of a member in an organization, null for guests
Whatever the membership of this user is disabled and prevent them from accessing content.
Whether the user can login with SSO.
PATCH
a specific member in an organization
PATCH
a specific member in an organizationUpdate specified organization member
Updates a specific member in an organization.
The unique id of the organization
The unique ID of the User
The role of a member in an organization, null for guests
The member has been updated
Type of Object, always equals to "member"
Unique identifier for the user.
The role of a member in an organization, null for guests
Whatever the membership of this user is disabled and prevent them from accessing content.
Whether the user can login with SSO.
DELETE
a specific member in an organization
DELETE
a specific member in an organizationDelete a member from an organization
Deletes a specific member from an organization
The unique id of the organization
The unique ID of the User
The member was deleted from the organization.
POST
a user as an SSO member in an organization
POST
a user as an SSO member in an organizationSet a user as an SSO member of an organization
The unique id of the organization
The unique ID of the User
The user has been added as an SSO member of the organization.
Type of Object, always equals to "member"
Unique identifier for the user.
The role of a member in an organization, null for guests
Whatever the membership of this user is disabled and prevent them from accessing content.
Whether the user can login with SSO.
Last updated