Welcome to the GovWorx Beta API Documentation! Please reach out to support if you are interested in gaining access to the GovWorx API.
cURL
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 }
Fetch a single user by a unique identifier. Token must have ‘Manage Users’ permission.
OK