Skip to main content

Create or update group

Call to sync group data from the game to the dashboard

Path Parameters
name string REQUIRED

Gameserver name identifier

Example: ovddykvbs

game_id string REQUIRED

Group ID from the game

Example: 123456789

Request Body
name string REQUIRED

Group name

owner_id integer

Character ID of the group owner

admin_ids integer[]

Array of character IDs for group admins

member_ids integer[]

Array of character IDs for group members

Responses
200

successful operation

Schema OPTIONAL
success boolean OPTIONAL
message string OPTIONAL