Module account_api

Source

Enums§

AddGroupUserError
struct for typed errors of method add_group_user
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
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
RemoveGroupUserError
struct for typed errors of method remove_group_user

Functions§

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.
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.
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.
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.