This topic offers some notes on best practices for managing the Accounts in your Organization. These notes are intended to help you avoid any unintended and unwanted issues with your end-customer Accounts:Documentation Index
Fetch the complete documentation index at: https://docs.m3ter.com/llms.txt
Use this file to discover all available pages before exploring further.
- Personally Identifiable Information (PII)
- Editing and Deleting Accounts - Implications for Usage Data
Personally Identifiable Information (PII)
Under the Data Processing Agreement, the only fields you are allowed to use for any of your end customer PII data in m3ter are thename, address, and emailAddress fields on the Account entity.
For more details see:
- The request schema for the Create Account API call as documented in our API Reference.
- The following Creating and Editing Accounts topic.
- Section 4.2 of the Terms of Service.
Editing and Deleting Accounts - Implications for Usage Data
The Usage Data measurements ingested for Accounts are key to the usage-based pricing applied to Product Plans used to charge and Bill Accounts that consume your Products. It’s important to understand clearly how that usage data is associated with Accounts and what the implications are when it comes to editing or deleting Accounts.How are the usage data ingested for an Account linked to the Account?
When usage data measurements are ingested into the platform, you submit them using the relevant Meter and Account Codes. However, once ingested, and for subsequent configuration and data management purposes, the usage data is linked strictly to the Account and Meter ids.When is the Account id created and how do I find out what it is?
To create an Account, you supply the Code you want to use for the Account. On successful creation, the system generates a uniqueid and assigns it to the new Account:
- If you open an Account’s Details page in the Console, the Account
idis listed and you can copy it directly to your clipboard. - Alternatively, you can submit a List Accounts API call and use a
codesquery parameter for a specific Account. The response schema will contain the Accountid.
What are the consequences if I delete an Account after submitting usage data for the Account?
If you delete the Account, any submitted usage data linked to the Account’sid are permanently dissociated from it.
If I have no option but to delete and recreate an Account, what are the consequences?
In this sort of case, the key issue to consider is whether or not you have already submitted usage data for the Account:- If you have not, then you can delete the Account and recreate it and begin submitting usage data, which will then be linked to the Account
idin the normal way. - If you have, you cannot use that previously ingested usage data for billing against the recreated Account. You will have to re-submit the usage data to the recreated Account for the data to become available for billing against the Account.
What happens to any Bills that have been generated for an Account if I then delete the Account?
Any Bills generated for an Account will still be available to view in Bill Management after the Account is deleted - see Running Bills and Viewing Bill Details. However, even if you recreate the Account with the same code, this new Account will be assigned a different Accountid. This means that existing Bills generated for the old deleted Account will not be re-associated with the new Account.