User Management#
Managing your user information is essential for tracking account details, platform usage, and resource quotas. The Focoos library provides built-in methods to retrieve your user information, including email, API key details, company affiliation, and allocated usage quotas.
In this guide, we will cover the following topics:
Retrieve user information#
To access your user details, you can use the get_user_info
function provided by the Focoos library. This function returns a User
object containing key account information.
1 2 3 4 5 6 7 8 9 10 11 |
|
user_info
object contains the following fields:
email
: The email address associated with your accountcreated_at
: Timestamp of when the account was createdupdated_at
: Timestamp of the last account updatecompany
: The company affiliated with your account (if applicable)api_key
: Your API key details used for authenticationquotas
: Your allocated platform usage quotas (seeQuotas
allocated to the user).
Monitor your quota usage#
The Focoos platform enforces usage quotas to manage resources efficiently.
You can retrieve your current quota limits using the get_user_info
function like this:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
Note
If you need to increase your quotas, please contact us at support.