Accounts π
Accounts provide an organization-level scope for Crunch.io customers. All Users belong to one and only one Account. Account managers can administer their various users and entities and have visibility on them.
Permissions π
A user is an βaccount managerβ if their account_permissions
have
admin_account
set to True
.
Account entity π
The account entity is available on the API root following the Shoji
views.account
path, which will point to the authenticated userβs
account.
If the account has a name, it will be available here, as well as the path to the accountβs users.
Branding configuration for the account is also exposed here, through
the palette
and logo
attributes.
If the authenticated user is an account manager, the response will include paths to these additional catalogs:
- Account projects
- Account teams
- Account datasets
GET π
PATCH π
See API Reference - Update account color palette.
Change account logo π
Remove account logo π
Change account templates π
Remove account templates π
Applications π
See API Reference - List subdomains.
See API Reference - Create subdomain.
Application entity π
Change application logo π
Remove application logo π
Account users π
Provides a catalog of all the users that belong to this account. Any account member can GET, but only account managers can POST/PATCH on it.