User Group Properties - Adds User to User Group(By Name)
Select
SaaS
Customer Managed
This operation updates the properties associated with a user group.
Path Parameters
- UserGroupName string required
Name of the Usergroup
- application/json
Request Body required
groups object[]
description stringenabled booleanusersOperationType integeruserGroupEntity object
userGroupName stringusers object[]
userName string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- User Group Properties - This request deletes a security association.
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
errorString stringerrorCode integerentity object
userGroupName stringuserGroupId integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorString": "string",
"errorCode": 0,
"entity": {
"userGroupName": "string",
"userGroupId": 0
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"errorString": "Successful",
"errorCode": 0,
"entity": {
"userGroupName": "Testgroup",
"userGroupId": 9
}
}
]
}
Loading...