User Profiles
List User Profiles
beta.user_profiles.list(**kwargs) -> PageCursor<BetaUserProfile>GET/v1/user_profiles
Get User Profile
beta.user_profiles.retrieve(user_profile_id, **kwargs) -> BetaUserProfileGET/v1/user_profiles/{user_profile_id}
Update User Profile
beta.user_profiles.update(user_profile_id, **kwargs) -> BetaUserProfilePOST/v1/user_profiles/{user_profile_id}
Create Enrollment URL
beta.user_profiles.create_enrollment_url(user_profile_id, **kwargs) -> BetaUserProfileEnrollmentURLPOST/v1/user_profiles/{user_profile_id}/enrollment_url