Skip to main content

Grouprolenamesconfiguration

Represents the group role names configuration.

groupRoleNames object[]required

List of all group role names.

  • Array [
  • idstringrequired

    The user-defined ID, which must be globally unique.

    namestringrequired

    The name of the group role.

  • ]
  • Grouprolenamesconfiguration
    {
    "groupRoleNames": [
    {
    "id": "string",
    "name": "string"
    }
    ]
    }