Skip to main content

Get organization info

GET 

/v2/orgs/:org_id

Retrieves organization information.

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

Responses

Organization found

Schema

    id stringrequired

    Id of the organization

    fullLicensesPurchased int32required

    Purchased FULL licenses

    name stringrequired

    Name of the organization

    plan stringrequired

    Possible values: [company, consultant, consultant_slf, business, paid_team_org, integration_org, professional_2022, edu_team_org, free_team_org, dev_team_org, unknown]

    Organization plan type

    type string

    Default value: organization

    Type of the object returned.

Loading...