TeamDynamix Web API
TeamDynamix.Api.Users.UserListing.IsEmployee
Unless explicitly stated on the documentation for a method, the accepted Web API call content types are:
application/json
Calls using any other content type (ex: text/plain) are not supported.
APIs
TeamDynamix.Api.Users.UserListing
TeamDynamix.Api.Users.UserListing.IsEmployee
The employee status of the user.
Data Type and Notes
Boolean
Value
true
if the user is an employee; otherwise,
false
.
Remarks
This only applies to
TeamDynamix.Api.Users.UserType.User
s.
TeamDynamix.Api.Users.UserType.Customer
s will always have this set to
false
.