Docs/User API/Organizations/Get member

Get a member

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

Get an organization member.

path parameters

  • organizationId

    string

    Required

    The identifier of the organization.

  • userId

    string

    Required

    The identifier of the user.

Returns

  • user

    User

    The user.

  • role

    Role

    The user's role within the organization.

  • seat

    AccountSubscriptionSeat

    The seat assigned to the member.

    This will be absent if there is no active subscription for the organization or the user has not been assigned a seat.

curl https://api.userhub.com/user/v1/organizations/org_28seyVGVL1got6/members/usr_MKFxzgJaAH8JQ4 \
  -H "UserHub-Api-Key: $USERHUB_USER_KEY" \
  -H "Authorization: Bearer $USER_ACCESS_TOKEN"
Response bodyJSON
{
  "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
  }
}
PreviousList members
NextUpdate a member

Build software thatmonetizes
$

Subscribe to monthly product updates

© 2025 UserHub

Integrations

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