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 = '[email protected]'
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. |