Users
Users are various individuals/entities that are a part of an organisation. Each user will have a different role to play, like admin, staff etc., .
Create a user
Create a user for your organization.
OAuth Scope : ZohoBooks.settings.CREATE
Arguments
List Users
Get the list of all users in the organization.
OAuth Scope : ZohoBooks.settings.READ
Query Parameters
Status.All, Status.Active, Status.Inactive, Status.Invited and Status.Deleted
name, email, user_role and status
Update a user
Update the details of a user.
OAuth Scope : ZohoBooks.settings.UPDATE
Arguments
Get a user
Get the details of a user.
OAuth Scope : ZohoBooks.settings.READ
Delete a user
Delete a user associated to the organization.
OAuth Scope : ZohoBooks.settings.DELETE
Get current user
Get the details of the current user.
OAuth Scope : ZohoBooks.settings.READ
Invite a user
Send invitation email to a user.
OAuth Scope : ZohoBooks.settings.CREATE
Mark user as active
Mark an inactive user as active.
OAuth Scope : ZohoBooks.settings.CREATE
Mark user as inactive
Mark an active user as inactive.
OAuth Scope : ZohoBooks.settings.CREATE