Skip to main content

Get organization member

GET 

/v2/orgs/:org_id/members/:member_id

Retrieves organization member information for an existing organization.

Required scope

organizations:read

Rate limiting

Level 3

Enterprise only

This API is available only for Enterprise plan users. You can only use this endpoint if you have the role of a Company Admin. You can request temporary access to Enterprise APIs using this form.

Request

Path Parameters

    org_id stringrequired

    id of the organization

    Example: 3074457345821141000
    member_id stringrequired

    id of the organization member

    Example: 3055557345821141000

Responses

Organization member found

Schema

    id stringrequired

    Id of the user

    active booleanrequired

    Flag is user active

    email stringrequired

    User email

    lastActivityAt date-time

    Last time when the user was active

    license stringrequired

    Possible values: [full, occasional, free, free_restricted, full_trial, unknown]

    Name of the current user license in the organization

    licenseAssignedAt date-time

    Time when the license was assigned to the user

    role stringrequired

    Possible values: [organization_internal_admin, organization_internal_user, organization_external_user, organization_team_guest_user, unknown]

    Name of the user role in the organization

    type string

    Default value: organization-member

    Type of the object returned.

Loading...