SetGroupMembersRequest: {
    applicationIds: string[];
    groupId: string;
    userIds: string[];
}