AddGroupMembersRequest: {
    applicationIds?: string[];
    groupId: string;
    userIds?: string[];
}

Type declaration

  • OptionalapplicationIds?: string[]

    IDs of the applications to add.

  • groupId: string

    ID of the group.

  • OptionaluserIds?: string[]

    IDs of the users to add.