Skip to main content
POST
Create Group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organisation_id
string
required

Body

application/json
name
string
members
string[]

Members are the list of member IDs to be added to this Group.

roles
string[]

Roles are the list of role names to be granted to this Group at the organisation scope.

Response

Created

Group is a collection of members of an Organisation. Groups can be used to manage access to resources within an Organisation for a set of members.

id
string<ulid>
name
string
numMembers
integer
numServiceAccounts
integer
roleBindings
object[]

RoleBindings are the list of roles bindings granted to this Group.