getUser

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Response

• code: String – Http code.
• msg: String – Response message.
• object: Object – Object representing the system user.
	o id: Long – System user ID
	o firstName: String – First name.
	o lastName: String – Last name.
	o lastLogin: Date – Last login date.
{
	"code": "200",
	"msg": "User found.",
	"object": {
		"id": 3,
		"firstName": "Edgar",
		"lastName": "Salas",
		"lastLogin": null
	}
}
Path Params
string
required
Query Params
string
required

Token from login request

Responses

401

Unauthorized

403

Forbidden

404

Not Found

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*