POST api/v1/portals/{portalUid}/clients
Registers a client.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| portalUid |
The portal uid. |
globally unique identifier |
Required |
Body Parameters
The client registration uid.
globally unique identifierRequest Formats
application/json, text/json
Sample:
"12a5bbc3-6bb4-4152-981e-e9a8641ce78c"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">12a5bbc3-6bb4-4152-981e-e9a8641ce78c</guid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Returns the password.
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>