Advanced Server Access
//
Update a Group Attribute
Admin roles:
- access_admin
Updates an Attribute for a Group
Security
bearerAuth
Accepted names include unix_group_name, windows_group_name, and unix_gid.
Enum:"unix_group_name""windows_group_name""unix_gid"
PUT
- unix_group_name
- windows_group_name
- unix_gid
curl -i -X PUT \
'https://app.scaleft.com/v1/teams/{team_name}/groups/{group_name}/attributes/{attribute_id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"attribute_name": "unix_group_name",
"attribute_value": "new_name"
}'