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).
orgId string Required The 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.
id string Required The unique identifier of the user.
name string Required The display name of the user.
username string Required The username of the user.
created_at string Required ISO 8601 timestamp of when the user was created.
role string Required The role of the user. Can be user, moderator or admin.
avatar_url string The URL of the user avatar.
bio string The short bio of the user.
is_owner boolean Required Whether the user is the owner of the organization.
member_role string Required The role of the user in the organization.
permissions array Required The permissions that the user has in the organization.
accepted boolean Required Always true for members in this endpoint. Only available for organization members (private field).