BusinessUnits

Business units are used for advanced access policies where users have different permissions on different entities in the system depending on the business units they are part of and how these business units are related to the entities.

Get all business units

get
Authorizations
AuthorizationstringRequired
Responses
chevron-right
200

OK

application/json

Represents a business unit model

Uidstring · uuidOptional

Unique identifier of the business unit

Aliasstring · nullableOptional

Alias of the business unit

Namestring · nullableOptional

Name of the business unit

Createdstring · date-timeOptional

When the business unit was created

CreatedBystring · nullableOptional

Who created the business unit

LastModifiedstring · date-timeOptional

When the business unit was last modified

LastModifiedBystring · nullableOptional

Who last modified the business unit

get
/v1/businessunits
200

OK

Create a business unit

post
Authorizations
AuthorizationstringRequired
Body

Model for creating a business unit

Uidstring · uuidOptional

Unique identifier of the business unit

Aliasstring · nullableOptional

Alias of the business unit

Namestring · nullableOptional

Name of the business unit

Responses
chevron-right
200

OK

No content

post
/v1/businessunits
200

OK

No content

Update a business unit

put
Authorizations
AuthorizationstringRequired
Body

Model for updating a business unit

Uidstring · uuidOptional

Unique identifier of the business unit

Aliasstring · nullableOptional

Alias of the business unit

Namestring · nullableOptional

Name of the business unit

Responses
chevron-right
200

OK

No content

put
/v1/businessunits
200

OK

No content

Get a specific business unit

get
Authorizations
AuthorizationstringRequired
Path parameters
uidstring · uuidRequired
Responses
chevron-right
200

OK

application/json

Represents a business unit model

Uidstring · uuidOptional

Unique identifier of the business unit

Aliasstring · nullableOptional

Alias of the business unit

Namestring · nullableOptional

Name of the business unit

Createdstring · date-timeOptional

When the business unit was created

CreatedBystring · nullableOptional

Who created the business unit

LastModifiedstring · date-timeOptional

When the business unit was last modified

LastModifiedBystring · nullableOptional

Who last modified the business unit

get
/v1/businessunits/{uid}

Delete a business unit

delete
Authorizations
AuthorizationstringRequired
Path parameters
uidstring · uuidRequired
Responses
chevron-right
200

OK

No content

delete
/v1/businessunits/{uid}
200

OK

No content

Last updated