Module account_api

Source

Enums§

ActivateUserError
struct for typed errors of method activate_user
AddGroupUserError
struct for typed errors of method add_group_user
DismissViewerAnnouncementError
struct for typed errors of method dismiss_viewer_announcement
GetGroupBalanceError
struct for typed errors of method get_group_balance
GetGroupBillingCustomerError
struct for typed errors of method get_group_billing_customer
GetGroupUpcomingBillingInvoiceError
struct for typed errors of method get_group_upcoming_billing_invoice
GetUserBalanceError
struct for typed errors of method get_user_balance
GetUserBillingCustomerError
struct for typed errors of method get_user_billing_customer
GetUserEventBillingPriceError
struct for typed errors of method get_user_event_billing_price
GetUserUpcomingBillingInvoiceError
struct for typed errors of method get_user_upcoming_billing_invoice
GetViewerUserOnboardingCompletedError
struct for typed errors of method get_viewer_user_onboarding_completed
ListGroupBillingInvoiceLinesError
struct for typed errors of method list_group_billing_invoice_lines
ListGroupBillingInvoicesError
struct for typed errors of method list_group_billing_invoices
ListGroupUpcomingBillingInvoiceLinesError
struct for typed errors of method list_group_upcoming_billing_invoice_lines
ListGroupUsersError
struct for typed errors of method list_group_users
ListUserBillingInvoiceLinesError
struct for typed errors of method list_user_billing_invoice_lines
ListUserBillingInvoicesError
struct for typed errors of method list_user_billing_invoices
ListUserGroupsError
struct for typed errors of method list_user_groups
ListUserUpcomingBillingInvoiceLinesError
struct for typed errors of method list_user_upcoming_billing_invoice_lines
ListViewerAnnouncementsError
struct for typed errors of method list_viewer_announcements
PutViewerUserOnboardingCompletedError
struct for typed errors of method put_viewer_user_onboarding_completed
RemoveGroupUserError
struct for typed errors of method remove_group_user
UpdateViewerUserProfileError
struct for typed errors of method update_viewer_user_profile

Functions§

activate_user
Activate a user, completing an invitation request.
add_group_user
Add a user to a group. Note, group membership may take several minutes to update within our identity provider. After adding a user to a group, please allow up to 60 minutes for changes to be reflected.
dismiss_viewer_announcement
Dismiss an announcement for an authenticating user, indicating that they do not want to see it again.
get_group_balance
Retrieve the balance of the requested QCS group account.
get_group_billing_customer
Retrieve billing customer for a QCS group account.
get_group_upcoming_billing_invoice
Retrieve upcoming invoice for QCS group billing customer.
get_user_balance
Retrieve the balance of the requested QCS user account.
get_user_billing_customer
Retrieve billing customer for a QCS user account.
get_user_event_billing_price
Retrieve EventBillingPrice for a user for a specific event. If no price is configured this operation will return a default EventBillingPrice for the specified product.
get_user_upcoming_billing_invoice
Retrieve upcoming invoice for QCS user billing customer.
get_viewer_user_onboarding_completed
Get the onboarding status of the authenticated user.
list_group_billing_invoice_lines
Retrieve billing invoice lines for a QCS group account’s invoice.
list_group_billing_invoices
Retrieve billing invoices for a QCS group account.
list_group_upcoming_billing_invoice_lines
List invoice lines for QCS group billing customer upcoming invoice.
list_group_users
List users belonging to a group. Note, group membership may take several minutes to update within our identity provider. After adding or removing a user to or from a group, please allow up to 60 minutes for changes to be reflected.
list_user_billing_invoice_lines
Retrieve billing invoice lines for a QCS user account’s invoice.
list_user_billing_invoices
Retrieve billing invoices for a QCS user account.
list_user_groups
List QCS groups for the requested user
list_user_upcoming_billing_invoice_lines
List invoice lines for QCS user billing customer upcoming invoice.
list_viewer_announcements
List all announcements relevant to the authenticating user. By default, does not include dismissed announcements.
put_viewer_user_onboarding_completed
Update the onboarding status of the authenticated user.
remove_group_user
Remove a user from a group. Note, group membership may take several minutes to update within our identity provider. After removing a user from a group, please allow up to 60 minutes for changes to be reflected.
update_viewer_user_profile
Update the profile of the authenticated user.