Creates a new organization with the supplied parameters.
Object containing the data for creating a new organization
The organization resource that was just created.
Deletes an organization with a specified organization_id
.
true if the deletion was successful
Fetches an organization with a specified organization_id.
The organization object corresponding to the organization_id.
Fetches an array of all the global fields that exist on organizations.
An array of the fields that exist on all organizations for your team.
Searches your team's data and fetches all the organizations that meet the search criteria.
Object containing the data for the request
Updates an existing organization with organization_id
with the supplied parameters.
Object containing the data for updating an organization
The organization resource that was just updated.
Returns an async iterator that yields all organization entries matching the given search terms Each yielded array contains up to the number specified in SearchOrganizationsRequest.page_size of organizations. Use this method if you want to process the organizations in a streaming fashion.
Please note: the yielded organizations array may be empty on the last page.