v8

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01421779.8 KB
Organisation

Specifies Admins for specified organistion.

put/organisation/{id}/admin

Path parameters

idinteger required

Organisation ID

Request body

membersinteger[]

Example request

{
  "members": [
    1541815603606036500,
    1541815603606036700,
    1541815287306036500
  ]
}

Response

OK

messagestring

Example response

{
  "message": "Successfully updated members."
}