PUT
/userGroups/{user_group_id}
curl \
--request PUT 'https://identity.zerionsoftware.com/v1/userGroups/self' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{
"nam4": "New name",
"description": "New Description",
"type": "No idea what this is",
"usedAs": "no idea what this is"
}'
Request example
{
"nam4": "New name",
"description": "New Description",
"type": "No idea what this is",
"usedAs": "no idea what this is"
}
Response examples (200)
{
"id": "6e72b386ac44d1414e59188b"
}