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 -
- endpointname
- cp(1..5)
roles -
- rolename
rules -
- name
- type
entitlements -
- entitlementvalue
- entitlementtype
- endpoint
owners -
- owner
- rank
- policy(can be SUPERADMIN/ADMIN/BULKADMIN/READONLY)
attributes -
- attributegroupname
- attributes
- value
- attributevalues
dynamicattrsvalidation(can be true/false, default : true) - If true, dynamic attributes will be validated based on the conditions defined.
Request
Path Parameters
- application/json
Body
- Array [ 
- ] 
- Array [ 
- ] 
- Array [ 
- ] 
- Array [ 
- ] 
- Array [ 
- ] 
- Array [ 
- ] 
- Array [ 
- ] 
attributes
object[]
attributevalues
object
endpoints
object[]
entitlements
object[]
owners
object[]
roles
object[]
rules
object[]
users
object[]
Responses
- 202
Create Organization Request
Response Headers
- Access-Control-Allow-Credentials - string 
- Access-Control-Allow-Origin - string 
- Cache-Control - string 
- Date - string 
- Expires - string 
- Pragma - string 
- Referrer-Policy - string 
- Server - string 
- Set-Cookie - string 
- Strict-Transport-Security - string 
- Transfer-Encoding - string 
- X-Content-Type-Options - string 
- X-Frame-Options - string 
- X-XSS-Protection - string 
- application/json
- Schema
- Example (from schema)
- Create Organization Request
Schema
{
  "errorCode": "0",
  "msg": "Organization Create Request Successfully Created;",
  "requestId": "3121470"
}
{
  "errorCode": "0",
  "msg": "Organization Create Request Successfully Created;",
  "requestId": "3121470"
}