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
- application/json
Body
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
attributes
object[]
dfdf
street,pincode
attributevalues
object
123456
treee
group val
comment
cp10
cp5
desc
12-31-2020
endpoints
object[]
cp1
cp2
cp3
cp4
cp5
Office365
entitlements
object[]
Office365
O365-ADGroup
AzureADSP
TestOrg1
request rules
owners
object[]
admin
2
Globex
awsadmin
roles
object[]
ADT_AdmitSuperv_MCL
rules
object[]
TestJobNA
REQUEST
09-21-2020
awsadmin
users
object[]
1000003
Responses
- 202
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
- application/json
- Schema
- Example (from schema)
- Create Organization Request
Schema
0
Organization Create Request Successfully Created;
3121470
{
"errorCode": "0",
"msg": "Organization Create Request Successfully Created;",
"requestId": "3121470"
}
{
"errorCode": "0",
"msg": "Organization Create Request Successfully Created;",
"requestId": "3121470"
}