Skip to main content

Get Org Structure

GET 

/v1/org-structure/:org_identifier

Get an organization structure by ID or short name, requires org:config:view or org:config:edit permissions on the organization

Request

Path Parameters

    org_identifier anyrequired

    Organization ID or short name

Responses

Successful Response

Schema

  • Array [

  • level uuidrequired

    Level ID

    level_type Level Type (string)

    Level Type

    level_name Level Name (string)

    Level Name

  • ]

Loading...