Type Alias UsersUpdateMultipleUsersPropertiesInBatchRequestBody

UsersUpdateMultipleUsersPropertiesInBatchRequestBody: {
    batch_type?: string;
    site_id?: string;
    user_ids?: string[];
}