Enums§
- Create
Organization Error - struct for typed errors of method
create_organization
- Delete
Organization Error - struct for typed errors of method
delete_organization
- GetOrganization
Error - struct for typed errors of method
get_organization
- GetOrganization
Usage Error - struct for typed errors of method
get_organization_usage
- GetOrganization
Users Error - struct for typed errors of method
get_organization_users
- Update
AllOrg Dataset Configs Error - struct for typed errors of method
update_all_org_dataset_configs
- Update
Organization Error - struct for typed errors of method
update_organization
Functions§
- create_
organization - Create a new organization. The auth’ed user who creates the organization will be the default owner of the organization.
- delete_
organization - Delete an organization by its id. The auth’ed user must be an owner of the organization to delete it.
- get_
organization - Fetch the details of an organization by its id. Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.
- get_
organization_ usage - Fetch the current usage specification of an organization by its id. Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.
- get_
organization_ users - Fetch the users of an organization by its id. Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.
- update_
all_ org_ dataset_ configs - Update the configurations for all datasets in an organization. Only the specified keys in the configuration object will be changed per dataset such that you can preserve dataset unique values. Auth’ed user or api key must have an owner role for the specified organization.
- update_
organization - Update an organization. Only the owner of the organization can update it.