SweetConnect LogoSweetConnect
ApiUsers

Get user login by ID

Get user login by ID

GET
/v1/users/{userId}/login
AuthorizationBearer <token>

In: header

Path Parameters

userId*string

The ID of user

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://dev.sweetconnect.io/api/auth/v1/users/string/login"
{
  "data": {
    "login": "string"
  },
  "meta": {
    "responseTime": 0
  }
}
{
  "statusCode": 0,
  "message": "string",
  "error": "string"
}
{
  "statusCode": 0,
  "message": "string",
  "error": "string"
}
{
  "statusCode": 0,
  "message": "string",
  "error": "string"
}
{
  "statusCode": 0,
  "message": "string",
  "error": "string"
}