User Profiles
Create User Profile
beta.user_profiles.create(UserProfileCreateParams**kwargs) -> BetaUserProfile
POST/v1/user_profiles
List User Profiles
beta.user_profiles.list(UserProfileListParams**kwargs) -> SyncPageCursorV2[BetaUserProfile]
GET/v1/user_profiles
Get User Profile
beta.user_profiles.retrieve(strid, UserProfileRetrieveParams**kwargs) -> BetaUserProfile
GET/v1/user_profiles/{id}
Update User Profile
beta.user_profiles.update(strid, UserProfileUpdateParams**kwargs) -> BetaUserProfile
POST/v1/user_profiles/{id}
Create Enrollment URL
beta.user_profiles.create_enrollment_url(strid, UserProfileCreateEnrollmentURLParams**kwargs) -> BetaUserProfileEnrollmentURL
POST/v1/user_profiles/{id}/enrollment_url