User Profiles
Create User Profile
beta.user_profiles.create(UserProfileCreateParams**kwargs) -> BetaUserProfilePOST/v1/user_profiles
List User Profiles
beta.user_profiles.list(UserProfileListParams**kwargs) -> SyncPageCursor[BetaUserProfile]GET/v1/user_profiles
Get User Profile
beta.user_profiles.retrieve(struser_profile_id, UserProfileRetrieveParams**kwargs) -> BetaUserProfileGET/v1/user_profiles/{user_profile_id}
Update User Profile
beta.user_profiles.update(struser_profile_id, UserProfileUpdateParams**kwargs) -> BetaUserProfilePOST/v1/user_profiles/{user_profile_id}
Create Enrollment URL
beta.user_profiles.create_enrollment_url(struser_profile_id, UserProfileCreateEnrollmentURLParams**kwargs) -> BetaUserProfileEnrollmentURLPOST/v1/user_profiles/{user_profile_id}/enrollment_url