Click or drag to resize

OrgAPI Class

OrgAPI contains organization level operations.
Inheritance Hierarchy
SystemObject
  ZohoAnalyticsOrgAPI

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public class OrgAPI

The OrgAPI type exposes the following members.

Methods
  NameDescription
Public methodActivateUsers
Activate users in the specified organization.
Public methodAddUsers
Add users to the specified organization.
Public methodChangeUserRole
Change role for the specified users.
Public methodCreateWorkspace
Create a blank workspace in the specified organization.
Public methodDeactivateUsers
Deactivate users in the specified organization.
Public methodGetAdmins
Returns list of admins for a specified organization.
Public methodGetMetaDetails
Returns details of the specified workspace/view.
Public methodGetSubscriptionDetails
Returns subscription details of the specified organization.
Public methodGetUsers
Returns list of users for the specified organization.
Public methodRemoveUsers
Remove users from the specified organization.
Top
See Also