Skip to main content
GET
/
api
/
usergroups
/
{groupId}
Get user group details.
curl --request GET \
  --url https://{tenant}/api/usergroups/{groupId} \
  --header 'Authorization: Bearer <token>'
{
  "active": true,
  "description": "Devops logs and analytics access",
  "id": "363634396664346235373135656334633936636265663338",
  "name": "Devops",
  "org_id": "5e9d9544a1dcd60001d0ed20",
  "password_max_days": 0,
  "user_permissions": {
    "analytics": "read",
    "log": "read"
  }
}

Authorizations

Authorization
string
header
required

Path Parameters

groupId
string
required

Response

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