ODBC Driver for Zoho Projects

Build 23.0.8839

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) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839