ASI/people/availability
GET ^top
Checks if the username or email given in parameters are already in use in ASI.
Parameters
- username
returns unavailable, if this username is already in use, otherwise returns available.
returns unavailable, if this email is already in use, otherwise returns available.
Access
Application
Returns
- 200 - OK
Response example
{
"entry": [
{
"username": "available",
"email": "unavailable"
}
]
}