Modify a group's name
PUT https://{{host}}/identity-management/v3/user-admin/groups/:groupId
This operation changes a group's name.
Body
PARAM
Key | Datatype | Required | Description |
accountSwitchKey
|
string | (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys). |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"actions": {
"delete": false,
"edit": true
},
"createdBy": "jperez",
"createdDate": "2012-04-28T00:00:00.000Z",
"groupId": 12345,
"groupName": "Main Street Corporation",
"modifiedBy": "hgildong",
"modifiedDate": "2012-04-28T00:00:00.000Z",
"subGroups": [
{
"actions": {
"delete": false,
"edit": true
},
"createdBy": "jkowalski",
"createdDate": "2013-10-29T19:05:52.000Z",
"groupId": 12345,
"groupName": "Digital Company",
"modifiedBy": "mrossi",
"modifiedDate": "2017-07-25T22:30:20.000Z",
"parentGroupId": 12345,
"subGroups": [
{
"actions": {
"delete": false,
"edit": true
},
"createdBy": "alfulani",
"createdDate": "2017-07-25T22:30:47.000Z",
"groupId": 12345,
"groupName": "Internet Company",
"modifiedBy": "mrossi",
"modifiedDate": "2017-07-25T22:30:47.000Z",
"parentGroupId": 11111,
"subGroups": []
}
]
}
]
} |
ENDPOINTS