We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Request:
POST /api/v1/users/ HTTP/1.1 Accept: application/json Content-Type: application/json { "username": "yasemin", "password": "password1234*.!", "email": "yase@mase.com", "accountStatus": "ACTIVE", "accountType": "STANDARD" }
Restrictions:
Response:
HTTP/1.1 201 CREATED { "id": "4c088c96-bcb0-11e7-abc4-cec278b6b50a", "username": "ayse", "password": "password1234*.!", "email": "yase@mase.com", "accountStatus": "CREATED", "accountType": "STANDARD" }
GET /api/v1/users/{username}
{ "username": "yasemin", "password": "password1234*.!", "email": "yase@mase.com", "accountStatus": "ACTIVE", "accountType": "STANDARD" }