Skip to content

Create



POST /api/v1/mgroup/add

Overview

Create a group

Body Request Parameters

Parameter Name Type Required Description
name string Y Member group name
Allow null: False
Maximum length: 256
accountUUIDs array Account list
Example: ['xxxx', 'xxx']
Allow null: True
refWorkspaces array Associated workspace role list
Example: [{'workspaceUUID': 'xxx', 'roleUUIDs': ['general', 'readOnly']}]
Allow null: True
refWorkspaces[*] None
refWorkspaces[*].workspaceUUID string Y Workspace UUID
Allow null: False
refWorkspaces[*].roleUUIDs array Y Role UUID list
Allow null: False

Additional Parameter Notes

Response


Feedback

Is this page helpful? ×