Check if login is free

The GET /api/users/ByNickname API endpoint retrieves user login details based on the provided nickname. This endpoint allows the system to search for a user's account information by their nickname.

Functionality:

  • Allows retrieval of user login details by querying with a specific nickname.
  • Requires a valid bearer token for authentication.

Key Features:

  • Nickname-Based Search: Allows the retrieval of login details by providing a user's nickname.
  • Secure Access: Requires a valid bearer token, ensuring that only authorized users can access this information.
  • Error Handling: Provides clear error messages for unauthorized access or if the nickname is not found in the system.
📘

This API is useful for account recovery or management purposes, allowing users to locate their login details through their chosen nickname.

Query Params
string
required
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json