Skip to main content
GET
/
v1
/
groups
/
{group}
Get Group
curl --request GET \
  --url https://iam.eu.confidence.dev/v1/groups/{group} \
  --header 'Authorization: Bearer <token>'
{
  "displayName": "<string>",
  "groupType": {},
  "createTime": {},
  "updateTime": {},
  "creator": "<string>",
  "updater": "<string>",
  "identity": "<string>",
  "name": "<string>",
  "description": "<string>",
  "labels": [
    {}
  ],
  "owner": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

group
string
required

Response

200 - application/json

OK

A group of identities.

displayName
string
required

Human friendly name of the group.

groupType
object
required

The type of the group.

createTime
object
required

Time when the group was first created.

updateTime
object
required

Time when the group was last updated.

creator
string
required

Reference to the identity that created this group.

updater
string
required

Reference to the identity that last updated this group.

identity
string
required

Reference to the identity this group represents.

name
string

The resource name of the group. For example: `groups/1bhq4c2zqigdzqg6ufni/

description
string

Optional description of the group.

labels
object[]

General labels for this resource.

owner
string

The owner of the resource. If not set will default to the creator.