Skip to main content

GroupRequest

labelstringrequired

Display label of the group

Example: Project Managers
permissions object[]
  • Array [
  • uidstringrequired

    UID of the permission to assign to the group

    Example: 019619df-4768-76b3-8ab3-4414dcf29ff1
  • ]
  • GroupRequest
    {
    "label": "Project Managers",
    "permissions": [
    {
    "uid": "019619df-4768-76b3-8ab3-4414dcf29ff1"
    }
    ]
    }