Register a User.
PUT
/me/register
200Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
anonUserToken | Required | string | Anon user token of the user. | --- |
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Username | Required | string | --- | 100 characters | --- | |
Password | string | password | --- | --- | ||
FirstName | Required | string | --- | 100 characters | --- | |
LastName | Required | string | --- | 100 characters | --- | |
Required | string | --- | 200 characters | --- | ||
Phone | string | --- | 100 characters | --- | ||
TermsAccepted | string | date-time | --- | --- | ||
Active | Required | boolean | --- | --- | --- | |
xp | object | --- | --- | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
access_token | string | --- | --- | --- |