Skip to main content

Get an organization

GET 

/api/web/v1/organizations/:id

Get the specified organization. Caller requires the ORGANIZATIONS:VIEW permission.

Request

Path Parameters

    id stringrequired

    The UUID of the organization to be returned.

Responses

Successful

Schema

    description string

    The description of the organization.

    displayName stringrequired

    The display name of the organization.

    id stringrequired

    The unique UUID assigned to the organization when it is created.

    logoUri string

    The URI of the logo to display when showing organizations.

    name stringrequired

    The name of the organization.

Loading...