Account
In Oneflow, an account contains all resources for one customer shared by a group of users.
Account attributes
The table below contains the list of all the attributes available for your account.
Attribute | Type | Description |
---|---|---|
_links | object | Contains links to endpoints associated with the parent object. See Links. |
country_code | string(country_code) | The default country code of the account used in all templates and contracts, such as "SE". This value can be overridden by the workspace branding configuration. |
created_time | string(datetime) | The time when the account was created. |
id | integer(signed_integer_id) | The ID of the account. |
name | string | The name of the account, for example, the customer's company name. |
registration_number | string | The default registration number of the company used in all templates and contracts, such as "11223344-5566". This value can be overridden by the workspace branding configuration. |
updated_time | string(datetime) | The time when the account information was last updated. |
Updated almost 3 years ago