Skip to main content
GET
/
api
/
v1
/
external
/
user
/
single
Lookup User
curl --request GET \
  --url https://app.govworx.net/api/v1/external/user/single
{
  "email": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "loginEnabled": true,
  "notificationEmail": "<string>",
  "id": 123,
  "tenantId": 123,
  "idpSub": "<string>",
  "personnelId": "<string>",
  "roleId": 123,
  "mfaEnabled": true,
  "lastLoginAt": "2023-11-07T05:31:56Z",
  "isSupervisor": true,
  "isTemplatePublishingAllowed": true,
  "vlrIdentifier": "<string>",
  "passwordExpiresAt": "2023-11-07T05:31:56Z",
  "isPasswordExpired": true,
  "isSupportUser": true
}

Query Parameters

userId
integer<int64>
email
string
personnelId
string

Response

200 - */*

OK

email
string
firstName
string
lastName
string
loginEnabled
boolean
notificationEmail
string
id
integer<int64>
tenantId
integer<int64>
idpSub
string
personnelId
string
roleId
integer<int64>
mfaEnabled
boolean
lastLoginAt
string<date-time>
isSupervisor
boolean
isTemplatePublishingAllowed
boolean
vlrIdentifier
string
passwordExpiresAt
string<date-time>
isPasswordExpired
boolean
isSupportUser
boolean