curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/users/check-username
{
"available": true
}
User Endpoints
Check Username Availability
Check whether a username is already taken in this project
GET
/
:projectId
/
api
/
v7
/
users
/
check-username
Check Username Availability
curl --request GET \
--url https://api.replyke.com/api/v6/:projectId/api/v7/users/check-username
{
"available": true
}
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.