User Group Properties - Adds User to User Group (Deprecated)
Select
SaaS
Customer Managed
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
This operation updates the properties associated with a user group.
Path Parameters
- UserGroupId string required
- 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...