Introduction
The following are the basic operations that can be performed via API on the Organizational Units registered in the application. All calls are located in Zeus. For more details on the endpoints, see Swagger
List of Organizational Units with creation/modification permission
Allows obtaining the list of Organizational Units on which the queried user has creation or modification permission for a given object subtype. It consists of the following call:
POST https://{{host}}/gateway/api/admin/zeus/list/{{objectSubtype}}
It gathers information from all configured providers, so there may be a delay in obtaining the response due to potential delays with the providers.
Get the roles and organizational units of a user
Allows obtaining the roles and organizational units of the queried user. It consists of the following call:
POST https://{{host}}/gateway/api/admin/zeus/organizational-unit/role
It gathers information from all configured providers, so there may be a delay in obtaining the response due to potential delays with the providers.
Creating Organizational Units
Allows creating a new organizational unit. It consists of the following call:
POST https://{{host}}/gateway/api/admin/zeus/create/organizational-unit
Deleting Organizational Units
Allows deleting an organizational unit based on the identifier assigned to it in the database.
DELETE https://{{host}}/gateway/api/admin/zeus/delete/organizational-unit/{id}
Updating Organizational Units
Allows changing some property of the organizational unit indicated in the data provided, based on the identifier it has in the database
PATCH https://{{host}}/gateway/api/admin/zeus/update/organizational-unit