organization
is a collection of users or resources you manage within your own application. As an example, if you are a
farm management system, you would likely have a organization
for each farm you manage.
Scoping to an Organization
There are a few ways to scope to an organization.Globally
To scope to an organization, you can pass theorganizationId
to the constructor of the SDK.
Per Request
To scope to an organization for a single request, you can pass theorganizationId
to the method.