users
Get User
Fetch a given user.
GET
Authorizations
Path Parameters
Response
200
application/json
Successful Response
Information about a user.
Email address of the user
Examples:
"user@email.com"
ID of the role assigned to the user
Examples:
1
Internal ID of the user
Examples:
1
Name of the role assigned to the user
Examples:
"admin"
The timestamp of the most recent update to the user
First name of the user
Examples:
"Jane"
Last name of the user
Examples:
"Smith"
Comments for the most recent edit to the user.
Examples:
"Updated to change which role was assigned"
The email address of the user who last updated the user
Examples:
"admin@email.com"
The timestamp of the user's last session
Examples:
"2025-01-01T12:00:00Z"