Esri's Geotrigger Service is replacing Geoloqi! Learn More | FAQ

account/check_username

Contents

URL

https://api.geoloqi.com/1/account/check_username

Description

Check if a username is available to be registered

Supported Request Methods

POST

Authentication

Either a user's access token or application credentials are required.

Parameters

  • desired_username
    The username to be tested for.

Response

Success

{
  "username":"available"
}

Error

{
  "username":"unavailable",
  "reason":"taken"
}