Add Hierarchy to Organisation

Add Hierarchy to Organisation

POST https://squid-app-2-bcuud.ondigitalocean.app/v1/api/organization/hierarchy

Request body

Request Body

Name
Type
Description

organisationID

String

adminId

String

departments

Array

name

string

leadRole

string

subRoles

string

role

string

children

Array

role

string

children

Arrsy

Department ID

String

Lead Role ID

String

   "success": true,
    "message": "Add Hierarchy to organization successfully"

Last updated