JDBC Driver for Zoho Projects

Build 22.0.8462

AddUserToClientCompany

Adds user to an existing client company.

Procedure-Specific Information

An example query for executing this stored procedure is shown below:
EXEC AddUserToClientCompany PortalId = '12345317133', CompanyId = '123456000000039025', ContactEmail = 'test@example.com'

Input

Name Type Required Description
PortalId String True Specify the portal ID.
CompanyId String True Specify the client company ID.
ContactEmail String True Email ID of the client user.
WorkProjects String False Multiple project IDs are separated using comma.
ProfileId String False Specify Profile ID. profile_id is obtained from Get Portal Users API.

Result Set Columns

Name Type Description
Success String Specifies whether the execution was successful.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462