birth_dateoptional Date
Zulu time! yyyy-MM-ddTHH:mm.sssZ
mobile_phone_nooptional String
Optional mobile phone number.
emailoptional String
Users email, optional.
usernameoptional String
Some systems require user name to be the email, optional.
passwordoptional String
The initial password for this account, the system may ignore this.
SSOoptional String
Optional SSO token for authentication.
Allowed HTTP Methods:
POST
Accept types:
application/json
application/xml
application/x-www-form-urlencoded
multipart/form
Accept charsets:
UTF-8
ISO-8859-1
LATIN1
Output:
200 OK response type RegisterResult:
username String
email String
mobile_phone_no String
person_id int
user_id int
token String
expires Date
4XX Client Error Response {data:<Error string>} Usually wrong usage by the client.
5XX Server Error Response {data:<Error string>} Exception, error in the service.
Additional comments:
register is automatically provided using method reflection.
This service is implemented using the Albicore:SimplifiedService framework.
How to call this service:
POST JSON in body: { "name":<value>, "surname":<value> }
POST urlencoded in body: name=<value>&surname=<value>
POST multipart/form, encode parameters as parts.
About output:
200 OK All valid service executions will return OK response.