Skip to main content
PATCH
Update token group

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

groupId
string<uuid>
required

The token group group_id

Body

application/json
name
string

Display name of the group

Required string length: 1 - 255
description
string | null

Free-text description of the group. Send null to clear it

Maximum string length: 1000
emsp_identity_id
string

The EMSP identity the group belongs to

Required string length: 1 - 64

Response

The updated group

group_id
string<uuid>
required

Stable token group id

tenant_id
string
required

Owning tenant, set by the platform

emsp_identity_id
string
required

The EMSP identity the group belongs to

Required string length: 1 - 64
name
string
required
Required string length: 1 - 255
token_count
integer
required

Number of member tokens

Required range: x >= 0
status_summary
object
required

Number of member tokens in each status. The counts add up to token_count

audit
object
required
description
string | null
Maximum string length: 1000
network_ids
string<uuid>[]

Networks assigned to the group. Managed through the network assignment operations