Organizations are a way to separate different parts of your business within the same Tremendous account.
Your root Tremendous account is an organization itself and can have multiple sub-organizations.
You can only create organizations with an API key belonging to a root Tremendous account. It is not possible e.g. to create "sub-sub-organizations". Any attempt will result in a 400
HTTP response code.
You can assign useres in your Tremendous team as members to any organization. Users can be members of multiple organizations at once.
Each organizations can have it's own API key. The API key used in a request determines on behalf of which organization the request is carried out.
Request body
Property | Type | Description |
---|---|---|
id
| string | |
name
| string | Name of the organization |
website
| string uri | URL of the website of that organization |
status
| string | Status of the organization. Organizations need to be approved to be able to use them to send out rewards. |
created_at
| string date | Timestamp of when the organization has been created. This field is only returned when creating an organization. It is not returned anymore when retrieving or listing organizations. |