POST api/User/createSsoTestUser
Request Information
URI Parameters
None.
Body Parameters
SsoTestUserConfigurationDtoName | Description | Type | Additional information |
---|---|---|---|
ClientId | integer |
None. |
|
string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "clientId": 1, "email": "sample string 2" }
text/plain
Sample:
{"clientId":1,"email":"sample string 2"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.