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 [

  • attributegroupnamestring
    Example: dfdf
    attributesstring
    Example: street,pincode

    attributevalues

    object

    pincodestring
    Example: 123456
    streetstring
    Example: treee
    valuestring
    Example: group val
  • ]

  • commentsstring
    Example: comment
    customproperty10string
    Example: cp10
    customproperty5string
    Example: cp5
    descriptionstring
    Example: desc
    enddatestring
    Example: 12-31-2020

    endpoints

    object[]

  • Array [

  • cp1string
    Example: cp1
    cp2string
    Example: cp2
    cp3string
    Example: cp3
    cp4string
    Example: cp4
    cp5string
    Example: cp5
    endpointnamestring
    Example: Office365
  • ]

  • entitlements

    object[]

  • Array [

  • endpointstring
    Example: Office365
    entitlementtypestring
    Example: O365-ADGroup
    entitlementvaluestring
    Example: AzureADSP
  • ]

  • organizationnamestring
    Example: TestOrg1
    organizationtypestring
    Example: request rules

    owners

    object[]

  • Array [

  • ownerstring
    Example: admin
    ranknumber
    Example: 2
  • ]

  • parentorganizationstring
    Example: Globex
    primarycontactstring
    Example: awsadmin

    roles

    object[]

  • Array [

  • rolenamestring
    Example: ADT_AdmitSuperv_MCL
  • ]

  • rules

    object[]

  • Array [

  • namestring
    Example: TestJobNA
    typestring
    Example: REQUEST
  • ]

  • startdatestring
    Example: 09-21-2020
    usernamestring
    Example: awsadmin

    users

    object[]

  • Array [

  • usernamestring
    Example: 1000003
  • ]

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

    errorCodestring
    Example: 0
    msgstring
    Example: Organization Create Request Successfully Created;
    requestIdstring
    Example: 3121470