Skip to content

REST API endpoints for Organization Members

GET /orgs/{orgId}/members

List joined members in the organization.

Authentication

Authentication may enable this endpoint return more information.

Authenticated organization members receive additional private fields (accepted status).

Learn more about authentication

Path Parameters
orgIdstringRequired

The slug or ID of the organization.

Response Body Content-Type: application/json

This API endpoint returns standard API response format. The following fields are fields of the data object. Learn more

arrayRequired

The array of members.

idstringRequired

The unique identifier of the user.

namestringRequired

The display name of the user.

usernamestringRequired

The username of the user.

created_atstringRequired

ISO 8601 timestamp of when the user was created.

rolestringRequired

The role of the user. Can be user, moderator or admin.

avatar_urlstring

The URL of the user avatar.

biostring

The short bio of the user.

is_ownerbooleanRequired

Whether the user is the owner of the organization.

member_rolestringRequired

The role of the member in the organization.

permissionsarray<string>Required

The permissions that the member has in the organization.