GET
/
user-groups
/
{id}
Get a user group
curl --request GET \
  --url https://core.ravenna.ai/api/user-groups/{id} \
  --header 'x-ravenna-api-token: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "emoji": "<string>",
  "icon": "<string>",
  "color": "<string>",
  "imageUrl": "<string>",
  "organizationId": "<string>",
  "integrationGroupId": "<string>",
  "_count": {
    "users": 123
  },
  "createdAt": "<string>",
  "updatedAt": "<string>",
  "integrationSource": "CODA",
  "isImmutable": true
}

Authorizations

x-ravenna-api-token
string
header
required

Path Parameters

id
string
required

Response

Successful response

id
string
required
name
string
required
description
string | null
required
imageUrl
string | null
required
organizationId
string
required
integrationGroupId
string | null
required
createdAt
string
required
updatedAt
string
required
integrationSource
enum<string> | null
required
Available options:
CODA,
CONFLUENCE,
NOTION,
SLACK,
GOOGLE_DRIVE,
ONE_NOTE,
CLICK_UP,
RAVENNA,
OKTA,
INCIDENT_IO,
LINEAR,
JIRA,
JSM,
STATIC_WEBPAGE
isImmutable
boolean
required
emoji
string | null
icon
string | null
color
string | null
_count
object