Skip to main content

Get Orgs For Accounts

GET 

/v1/account-org/:account_identifier

Get all Organizations for an Account, requires globalAdmin:: permissions

Request

Path Parameters

    account_identifier anyrequired

    Account Identifier

Responses

Successful Response

Schema

  • Array [

  • account_id uuidrequired

    Account id

    org_id uuidrequired

    Organization that this user belongs to

    description Description (string)

    Description of the account

  • ]

Loading...