Skip to main content

Get parent organizations up to certain depth

GET 

/api/v1/orgs/{orgId}/parents

Retrieve parent organizations of a given organization up to a specified depth.

Parameters

  • orgId (Guid, required): ID of the child organization.
  • depth (int, optional, default=1): Number of parent levels to retrieve.

Responses

  • 200 OK: returns parent org tree.

Request

Responses

OK