User
Last updated
Last updated
GET /api/users HTTP/1.1
Host:
Accept: */*
[
{
"id": "text",
"username": "text",
"firstname": "text",
"lastname": "text",
"status": "ACTIVE",
"tenant": "text",
"roles": [
{
"id": "text",
"name": "text",
"permissions": [
"all"
],
"scope": "text",
"createdAt": "text",
"updatedAt": "text",
"isGlobal": true,
"description": "text"
}
],
"permissions": [
"all"
],
"confirmed": true,
"img": "text"
}
]GET /api/users/{id} HTTP/1.1
Host:
Accept: */*
{
"id": "text",
"username": "text",
"firstname": "text",
"lastname": "text",
"status": "ACTIVE",
"tenant": "text",
"roles": [
{
"id": "text",
"name": "text",
"permissions": [
"all"
],
"scope": "text",
"createdAt": "text",
"updatedAt": "text",
"isGlobal": true,
"description": "text"
}
],
"permissions": [
"all"
],
"confirmed": true,
"img": "text"
}