CPT, Custom User Role and problem with user manager

$admins = get_role( 'brokers','administrator' ); part doesn’t make sense.

get_role() only accepts one role name and only ever returns one role. You need to make these changes to the two roles separately.