Skip to main content
POST
Assign network to group

Authorizations

Authorization
string
header
required

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

Headers

Idempotency-Key
string<uuid>
required

Client-generated unique key per operation intent (UUID). Same key + identical body replays the original response; same key + different body returns 409.

Path Parameters

groupId
string<uuid>
required

The token group group_id

Body

application/json
network_id
string<uuid>
required

The network to assign

Response

The new network assignment

group_id
string<uuid>
required
network_id
string<uuid>
required
network_name
string
required

Display name of the network

parent_network_id
string<uuid>
required

The BASE network this network is built on

assigned_at
string<date-time>
required

When the network was assigned

assigned_by
string
required

Who assigned the network

emsp_identity_id
string | null

The EMSP identity the network belongs to

Required string length: 1 - 64