Skip to main content
PUT
/
api
/
usergroups
/
{groupId}
Update user group.
curl --request PUT \
  --url https://{tenant}/api/usergroups/{groupId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "active": true,
  "description": "Devops logs and analytics access",
  "name": "Devops",
  "org_id": "5e9d9544a1dcd60001d0ed20",
  "user_permissions": {
    "analytics": "read",
    "log": "read"
  }
}'
{
  "Message": "User group updated",
  "Meta": null,
  "Status": "OK"
}

Authorizations

Authorization
string
header
required

Path Parameters

groupId
string
required

Body

application/json
active
boolean
Example:
description
string
Example:
id
string
Example:
name
string
Example:
org_id
string
Example:
password_max_days
integer
Example:
user_permissions
object

Response

ID
string
Message
string
Meta
any
Status
string