ApiUsers
Get user login by ID
Get user login by ID
Deprecated
Authorization
bearer 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://example.com/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"
}