Skip to main content
POST
Create a department

Authorizations

Authorization
string
header
required

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

Body

application/json

Department object that needs to be created

name
string
required

The name of the department

Response

200 - application/json

Object

data
object
meta
object