TeamDynamix Web API
TeamDynamix.Api.Users.UserSearch.IsActive
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.UserSearch
TeamDynamix.Api.Users.UserSearch.IsActive
The active status to filter on. Defaults to
true
if not provided.
Data Type and Notes
Boolean
Nullable
Value
true
if only active users should be returned,
false
if only inactive users should be returned; otherwise,
null
.