User
GET {{base_url}}/security/user/:displayUsername
Use this endpoint to retrieve the primary key (Username) of a specific User record. You need this information to successfully search for records that were created or modified by certain users.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"Username":"AA01122333","DisplayUsername":"ADMIN","Employee":"00001","Status":"A","EmployeeStatus":"A","EmployeeName":"William Apple, PE"}]