POST
/
api
/
v1
/
role_groups
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "gender": "<string>",
  "minAge": 123,
  "maxAge": 123,
  "onlyFullMember": true,
  "region": "https://example.com/",
  "id": 123,
  "name": "<string>",
  "logo": "<string>",
  "unitType": "https://example.com/",
  "status": "<string>",
  "isRoleGroup": true
}

Body

The new RoleGroup resource

Response

201
application/ld+json

RoleGroup resource created