UserGroup

UserGroup
UserGroup

Api model for user group

JSON Example
{
    "id": "04e5fd3a-c916-45aa-923c-2fa02e9eddac",
    "name": "string",
    "customer": "string",
    "users": [
        "string"
    ],
    "userCount": 0,
    "properties": {
        "nameEditable": false,
        "usersEditable": false,
        "rolesEditable": false
    },
    "description": "string",
    "roles": [
        "RoleDTO Object"
    ]
}
string
id
Optional

Unique ID for the user group

string
name
Optional

Name of the user group

string
customer
Optional

ID of the customer to which the user group belongs

array of string
users
Optional

List of Users that are members of the user group. Maybe incomplete.

integer As int32 As int32
userCount
Optional

Total number of users that are members of the user group

properties
Optional

properties

string
description
Optional

The description of the user group

array of RoleDTO
roles
Optional

List of roles the user group has been linked to