POST 17.0/app/user/generateusername/{userid}

Description

No description available.

URI Parameters

Name Description Type Additional information
userId

integer

Required

Name Description Type Additional information
FirstName

string

None.

SecondName

string

None.

application/json, text/json

Sample:
{
  "firstName": "sample string 1",
  "secondName": "sample string 2"
}

application/xml, text/xml

Sample:
<UserNamesForGeneration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <FirstName>sample string 1</FirstName>
  <SecondName>sample string 2</SecondName>
</UserNamesForGeneration>

application/x-www-form-urlencoded

Sample:

Sample not available.

string

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string>sample string 1</string>