POST presentation_gw/Admin/AdminCreateUserAccount
Documentation for 'AdminCreateUserAccount'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userid | Documentation for 'userid'. |
Define this parameter in the request body. |
Request body 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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Username": "sample string 1",
"Password": "sample string 2",
"Token": "sample string 3",
"ResponseCode": 0
}
application/xml, text/xml
Sample:
<AdminCredentialModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Crif.Consumer.DTOApplication.Models.Management"> <_x003C_Password_x003E_k__BackingField>sample string 2</_x003C_Password_x003E_k__BackingField> <_x003C_ResponseCode_x003E_k__BackingField>Success</_x003C_ResponseCode_x003E_k__BackingField> <_x003C_Token_x003E_k__BackingField>sample string 3</_x003C_Token_x003E_k__BackingField> <_x003C_Username_x003E_k__BackingField>sample string 1</_x003C_Username_x003E_k__BackingField> </AdminCredentialModel>