Check Username Availability
User Endpoints
Check Username Availability
Check whether a username is already taken in this project
GET
Check Username Availability
Checks whether the specified username is already in use within the project. Returns a simple availability flag. Use this before prompting users to set a username to give instant feedback.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
The username to check. Lookup is exact-match against the stored (lowercased)
value.
Response
On success, returns HTTP200 with:
true if the username is not yet taken; false if it is already in use.Error Responses
Invalid Query — 400
Invalid Query — 400

