User Profiles
Create User Profile
beta.user_profiles.create(**kwargs) -> BetaUserProfile { id, created_at, metadata, 4 more }
POST/v1/user_profiles
List User Profiles
beta.user_profiles.list(**kwargs) -> PageCursorV2<BetaUserProfile { id, created_at, metadata, 4 more } >
GET/v1/user_profiles
Get User Profile
beta.user_profiles.retrieve(id, **kwargs) -> BetaUserProfile { id, created_at, metadata, 4 more }
GET/v1/user_profiles/{id}
Update User Profile
beta.user_profiles.update(id, **kwargs) -> BetaUserProfile { id, created_at, metadata, 4 more }
POST/v1/user_profiles/{id}
Create Enrollment URL
beta.user_profiles.create_enrollment_url(id, **kwargs) -> BetaUserProfileEnrollmentURL { expires_at, type, url }
POST/v1/user_profiles/{id}/enrollment_url