Docs/User API/Organizations/List members

List members

Preview
GET/user/v1/organizations/{organizationId}/members

List organization members.

path parameters

  • organizationId

    string

    Required

    The identifier of the organization.

query parameters

  • pageSize

    int32

    The maximum number of members to return. The API may return fewer than this value.

    If unspecified, at most 20 members will be returned. The maximum value is 100; values above 100 will be coerced to 100.

  • pageToken

    string

    A page token, received from a previous list members call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to list members must match the call that provided the page token.

  • orderBy

    string

    A comma-separated list of fields to order by.

Returns

  • members

    Member[]

    The list of members.

  • nextPageToken

    string

    A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

  • previousPageToken

    string

    A token, which can be sent as pageToken to retrieve the previous page. If this field is absent, there are no preceding pages. If this field is an empty string then the previous page is the first result.

curl https://api.userhub.com/user/v1/organizations/org_28seyVGVL1got6/members \
  -H "UserHub-Api-Key: $USERHUB_USER_KEY" \
  -H "Authorization: Bearer $USER_ACCESS_TOKEN"
Response bodyJSON
{
  "members": [
    {
      "user": {
        "id": "usr_MKFxzgJaAH8JQ4",
        "displayName": "Jane Doe",
        "email": "[email protected]",
        "emailVerified": true,
        "imageUrl": "https://example.com/jane.jpg"
      },
      "role": {
        "id": "role_2mD13uXP",
        "uniqueId": "member",
        "displayName": "Member",
        "type": "MEMBER",
        "seatPolicy": "DEFAULT",
        "permissionSets": [
          "members.invite"
        ],
        "default": true
      }
    }
  ]
}
PreviousUpdate an organization
NextGet a member

Build software thatmonetizes
$

Subscribe to monthly product updates

© 2025 UserHub

Integrations

    UserHub & Auth0UserHub & Stripe BillingUserHub & Google CloudUserHub & FirebaseUserHub & custom auth