Update Organization Request
PUT/updateOrganizationRequest
This API call can be used to create update organization requests. The Update 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
2.cp(1..5)
3.updatetype
(add/update/remove)roles
- 1.rolename
2.updatetype
(add/update/remove)rules
- 1.name
2.type
entitlements
- 1.entitlementvalue
2.entitlementtype
3.endpoint
4.updatetype
(add/update/remove)owners
- 1.owner
2.rank
3.updatetype
(add/update/remove) 4.policy
(can be SUPERADMIN/ADMIN/BULKADMIN/READONLY)attributes
- 1.attributegroupname
2.attributes
3.value
4.attributevalues
5.updatetype
(addgroup/deletegroup/updategroup)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 [
]
attributes
object[]
attributevalues
object
endpoints
object[]
Responses
- 202
Update 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)
- Update Organization Request
Schema
{
"errorCode": "0",
"msg": "Organization Update Request Created;",
"requestId": "3120673"
}
{
"errorCode": "0",
"msg": "Organization Update Request Created;",
"requestId": "3120673"
}