latestOpenAPI 3.0.0Commercialraw.githubusercontent.com2022-08-0911645127.8 KB

7c193c1fcd5c

Account

Create a new group

post/account/groups

Request body

descriptionstring
namestring
expires_atinteger
org_default_rolestring
org_rolesobject

Example request

{
  "description": "Viewers Group",
  "name": "Viewers",
  "expires_at": 1576300370,
  "org_default_role": "admin",
  "org_roles": {
    "1a5e612e-4d64-45fe-aa3e-afba5cf3b9bf": "viewer",
    "fd6d6662-732b-4c4b-8331-051178994384": "admin"
  }
}

Response

— unresolved $ref