View on GitHub

WPI User Hub

WPI User Hub

Org Unit

Allows accessing and manipulating organizational units.

GET /v1/org-unit

Provides a list of org units, with optional filtering.

Params

Responses

GET /v1/org-unit/{id}

Provides details about a given org unit.

Params

Responses

GET /v1/org-unit/types

Provide list of org unit types

Responses

POST /v1/org-unit

Creates a new org unit, along with the given offices.

Params

Body

Responses

PUT /v1/org-unit/{id}

Updates an org unit.

Params

Body

Responses

DELETE /v1/org-unit/{id}

Deletes an org unit, and associated offices. Users attached to the unit are moved to the parent.

Params

Responses