Organizational Hierarchies
Authorizations
AuthorizationstringRequired
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
Body
parentstringRequiredExample:
The unique identifier of the parent entity.
department-id-123parentTypestringOptionalExample:
The type of the parent entity.
departmentchildstringRequiredExample:
The unique identifier of the child entity.
team-id-456childTypestringOptionalExample:
The type of the child entity.
teamResponses
201
Org hierarchy created successfully.
application/json
400
Bad Request - Invalid or missing input data.
application/json
401
Unauthorized - Authentication failed or insufficient permissions.
application/json
403
Forbidden - Access is denied.
application/json
500
Internal Server Error - An unexpected error occurred.
application/json
post
/api/v2/data/org-hierarchyLast updated

