SPA Users
SPA: Retrieves a single User
Returns a single user by ID. Requires ROLE_ADMIN.
GET
/api/spa/users/{id}Authorizations
X-AUTH-TOKEN
stringheaderrequired
Value for the X-AUTH-TOKEN header parameter.
Path Parameters
id
stringrequired
User identifier
Response
200
User resource
id
integer
email
string<email>
roles
string[]
adminNote
string | null
active
boolean
lastLoginDate
string<date-time> | null
locale
string
createdBy
string
User, created this entry
updatedBy
string
User, updated this entry
createdAt
string<date-time>
UTC date time of entry creation
updatedAt
string<date-time>
UTC date time of last entry update