Create

Creates a new department configuration for the caller’s organization. | authz: min_org_role=administrator | (DepartmentClientCreate1) -> (PydanticObjectId)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
schema_versionintegerRequired
namestringRequired
departmentenumRequired
locationobjectOptional

GeoJSON Feature with typed properties for locations

The geometry field is strongly typed as Geometry (union of all geometry types) but remains optional to match the base Feature class specification. To ensure geometry is always present, validate it at runtime or make it required.

operator_user_idslist of stringsOptional

Response

Successful Response

Errors

422
Departments Create V1request Unprocessable Entity Error