get https://api.next-tech.com/v1/user/
Log in to see full request history
Responses
xxxxxxxxxx
curl --request GET \
--url https://api.next-tech.com/v1/user/user_id \
--header 'accept: application/json'
xxxxxxxxxx
15{
"id": 5,
"changed": "2025-04-12T23:32:42.540Z",
"changeduserid": 7,
"created": "2025-04-12T23:32:42.540Z",
"createduserid": 3,
"active": false,
"email": "bob@example.com",
"employeeno": "01234",
"id06": "87987749879375",
"login": "cage",
"name": "Nicholas Cage",
"primarygroupid": 123,
"signature": "NC"
}