UserClientAsync
Index
Methods
get
Return information about user account.
You receive all or only public info based on your token permissions.
https://docs.apify.com/api/v2#/reference/users
Returns dict | None
limits
Return a complete summary of the user account's limits.
It is the same information which is available on the account's Limits page. The returned data includes the current usage cycle, a summary of the account's limits, and the current usage.
Returns dict | None
monthly_usage
Return monthly usage of the user account.
This includes a complete usage summary for the current usage cycle, an overall sum, as well as a daily breakdown of usage. It is the same information which is available on the account's Billing page. The information includes use of storage, data transfer, and request queue usage.
Returns dict | None
update_limits
Update the account's limits manageable on your account's Limits page.
Parameters
optionalkeyword-onlymax_monthly_usage_usd: int | None = None
optionalkeyword-onlydata_retention_days: int | None = None
Returns None
Async sub-client for querying user data.