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 -
endpointnamecp(1..5)updatetype(add/update/remove)
roles -
rolenameupdatetype(add/update/remove)
rules -
nametype
entitlements -
entitlementvalueentitlementtypeendpointupdatetype(add/update/remove)
owners -
ownerrankupdatetype(add/update/remove)policy(can be SUPERADMIN/ADMIN/BULKADMIN/READONLY)
attributes -
attributegroupnameattributesvalueattributevaluesupdatetype(addgroup/deletegroup/updategroup)
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 [
]
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
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)
- Update Organization Request
Schema
{
"errorCode": "0",
"msg": "Organization Update Request Created;",
"requestId": "3120673"
}
{
"errorCode": "0",
"msg": "Organization Update Request Created;",
"requestId": "3120673"
}