Creates a new Department to categorize roles within the organization.
Security
ApiKey
- Mock serverhttps://developer.getparallax.com/_mock/api-documentation/swagger/v1/departments
- Production Serverhttps://api.getparallax.com/v1/departments
- application/json-patch+json
- application/json
curl -i -X POST \
https://developer.getparallax.com/_mock/api-documentation/swagger/v1/departments \
-H 'Content-Type: application/json-patch+json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"name": "string"
}'Created
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "archived": true }