Accounting
Retrieves a specific user
get/Users/{UserID}
Path parameters
UserIDstring uuid required
Unique identifier for a User
Response
Success - return response of type Users array of specified User
Example response
{
"Users": [
{
"UpdatedDateUTC": "/Date(1573755038314)/"
}
]
}