使用者設定檔
建立使用者設定檔
BetaUserProfile Beta.UserProfiles.Create(parameters, cancellationToken = default)POST/v1/user_profiles
列出使用者設定檔
UserProfileListPage Beta.UserProfiles.List(parameters, cancellationToken = default)GET/v1/user_profiles
取得使用者設定檔
BetaUserProfile Beta.UserProfiles.Retrieve(parameters, cancellationToken = default)GET/v1/user_profiles/{user_profile_id}
更新使用者設定檔
BetaUserProfile Beta.UserProfiles.Update(parameters, cancellationToken = default)POST/v1/user_profiles/{user_profile_id}
建立註冊 URL
BetaUserProfileEnrollmentUrl Beta.UserProfiles.CreateEnrollmentUrl(parameters, cancellationToken = default)POST/v1/user_profiles/{user_profile_id}/enrollment_url