POST api/EntreeAPIV2/CreateUserV2?tenantName={tenantName}&siteName={siteName}&contentProviderId={contentProviderId}&instance={instance}
Creates a new user in the content providers system.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tenantName |
tenant name |
string |
Required |
| siteName |
site name |
string |
Required |
| contentProviderId |
content provider id |
integer |
Required |
| instance |
the Workplacebuddy group |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An object representing the user including ID and API-key
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.