platform

Create Organization Group

Create a group, mirror its org tuple, and grant the creator ownership.

Creating a group requires module editor. The new group is registered as a sharable_entity under the members-groups module instance and the creator is granted owner + data_owner on it, so they retain full control of the group they just made.

post/api/platform/organizations/{org_id}/groups

Path parameters

org_idstring required

Request body

groupIdstring required

Short id (letters, digits, hyphen/underscore).

displayNamestring nullable

Human-readable name. Defaults to the group id when omitted.

Response

Successful Response

idstring required
organizationIdstring required
organizationNamestring nullable
displayNamestring nullable
descriptionstring nullable
memberCountinteger
isAllMembersboolean
fgaSyncStatusstring
fgaLastErrorstring nullable
fgaLastReconciledAtstring date-time nullable
createdAtstring date-time nullable
updatedAtstring date-time nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.