Skip to main content
POST
Add tokens to 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
token_ids
string<uuid>[]
required

The id of each token to add

Required array length: 1 - 1000 elements

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