Update Organization
PUT/updateOrganization
This API updates an organization in SSM.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
organizationname
, username
- user who is updating the organization
Optional params:
updatedorgname
- param to update organization name
Organization Detail attributes can be passed like organizationtype
, parentorganization
, primarycontact
, customproperty<1 to 20>
etc.
Note: organization status update is not allowed.
endpoints
- List of endpoints with params -
endpointname
2.updatetype
- ADD/REMOVE
roles
- List of roles with params -
rolename
2.updatetype
- ADD/REMOVE
rules
- List of rules with params -
name
2.type
- BUISNESS/TECH/USERUPDATE/NEWUSER/REMOVEUSER/UPDATE_ENTITLEMENT/NEW_ENTITLEMENT/REMOVE_ENTITLEMENT/REQUEST 3.updatetype
- ADD/REMOVE
entitlements
- List of entitlements with params -
entitlementvalue
2.entitlementtype
3.endpoint
4.updatetype
- ADD/REMOVE
users
- List of users with params -
username
2.updatetype
- ADD/REMOVE
owners
-
owner
2.rank
3.updatetype
(add/update/remove) 4.policy
(can be SUPERADMIN/ADMIN/BULKADMIN/READONLY)
attributes
-
attributegroupname
2.attributes
3.value
4.attributevalues
5.updatetype
(addgroup/deletegroup/updategroup)
Request
- application/json
Body
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
Array [
]
attributes
object[]
attributevalues
object
endpoints
object[]
entitlements
object[]
owners
object[]
roles
object[]
users
object[]
Responses
- 200
Update Organization
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
Schema
{
"errorCode": "0",
"msg": "Success"
}
{
"errorCode": "0",
"msg": "Success"
}