MonoCloud Management SDK
    Preparing search index...

    User Group: Represents the membership of a user in a group.

    UserGroup

    interface UserGroup {
        creation_time: number;
        group_id: string;
        group_name: string;
        user_id: string;
    }
    Index

    Properties

    creation_time: number

    Specifies the time at which the user was added to the group (in Epoch).

    UserGroup

    group_id: string

    The unique identifier of the group.

    UserGroup

    group_name: string

    The name of the group.

    UserGroup

    user_id: string

    The unique identifier of the user.

    UserGroup