Returns users for the authenticated API client's owner scope.
Authorization: Requires OAuth client credentials token with a valid on-behalf-of user and an API client whose owner type is Client, Company, or Office.
GET
/v2/users
curl \
--request GET 'https://api.pre.transactiondesk.com/v2/users' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
"code": 401,
"message": "Unauthorized. The user is not authenticated.",
"details": []
}