Docs

Add Department

POST /Organizations/{organizationId}/departments

POST/Organizations/{organizationId}/departments

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Organization tokenx-Organization-TokenOptionalRun **Authorize Organization** in the Authorization folder.

Creates a new department within the organization.

Requires OrganizationAdmin permission.

Path Parameters

FieldTypeRequiredDescription
organizationIdGuidRequiredThe organization to add the department to.

Request Body

FieldTypeRequiredDescription
namestringRequiredDisplay name for the department.