REST API endpoints for Organization Members
List the members of an organization
Section titled “List the members of an organization”/orgs/{orgId}/members List joined members in the organization.
Authentication may enable this endpoint return more information.
Authenticated organization members receive additional private fields (accepted status).
orgIdstringRequiredThe slug or ID of the organization.
This API endpoint returns standard API response format. The following fields are fields of the data object. Learn more
The array of members.
idstringRequiredThe unique identifier of the user.
namestringRequiredThe display name of the user.
usernamestringRequiredThe username of the user.
created_atstringRequiredISO 8601 timestamp of when the user was created.
rolestringRequiredThe role of the user. Can be user, moderator or admin.
avatar_urlstringThe URL of the user avatar.
biostringThe short bio of the user.
is_ownerbooleanRequiredWhether the user is the owner of the organization.
member_rolestringRequiredThe role of the member in the organization.
permissionsarray<string>RequiredThe permissions that the member has in the organization.