View on GitHub

MES User Hub

Central logic for new MES hub system.

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

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