Skip to main content

Create Organization Request

POST 

/createOrganizationRequest

This API call can be used to create new organization requests. The Create Organization request is shown in Request History.

The Authorization must have Bearer followed by Token.

Mandatory params: organizationname

Optional params:

comments, organizationname, username, description, primarycontact, comments, customproperty(1..28), organizationtype(data security/grouping/request rules/company), parentorganization(organization name), startdate(MM-dd-yyyy format), enddate(MM-dd-yyyy format),

endpoints -

  1. endpointname
  2. cp(1..5)

roles -

  1. rolename

rules -

  1. name
  2. type

entitlements -

  1. entitlementvalue
  2. entitlementtype
  3. endpoint

owners -

  1. owner
  2. rank
  3. policy(can be SUPERADMIN/ADMIN/BULKADMIN/READONLY)

attributes -

  1. attributegroupname
  2. attributes
  3. value
  4. attributevalues

dynamicattrsvalidation(can be true/false, default : true) - If true, dynamic attributes will be validated based on the conditions defined.

Request

Body

    attributes

    object[]

  • Array [

  • attributegroupname string
    attributes string

    attributevalues

    object

    pincode string
    street string
    value string
  • ]

  • comments string
    customproperty10 string
    customproperty5 string
    description string
    enddate string

    endpoints

    object[]

  • Array [

  • cp1 string
    cp2 string
    cp3 string
    cp4 string
    cp5 string
    endpointname string
  • ]

  • entitlements

    object[]

  • Array [

  • endpoint string
    entitlementtype string
    entitlementvalue string
  • ]

  • organizationname string
    organizationtype string

    owners

    object[]

  • Array [

  • owner string
    rank number
  • ]

  • parentorganization string
    primarycontact string

    roles

    object[]

  • Array [

  • rolename string
  • ]

  • rules

    object[]

  • Array [

  • name string
    type string
  • ]

  • startdate string
    username string

    users

    object[]

  • Array [

  • username string
  • ]

Responses

Create Organization Request

Response Headers

  • Access-Control-Allow-Credentials

    string

  • Access-Control-Allow-Origin

    string

  • Cache-Control

    string

  • Date

    string

  • Expires

    string

  • Referrer-Policy

    string

  • Server

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • X-Content-Type-Options

    string

  • X-Frame-Options

    string

Schema

    errorCode string
    msg string
    requestId string
Loading...