user

Description: Users in your organization are queried using filters such as project.

Response Object Types: User

Arguments

Field Name Data Type Description
organizationID Int! Unique ID of organization.
offset Int! Set the number of records to be skipped from your results.
next Int! Set the number of records to return in your results.
isActive Boolean Current status of user.
dateCreatedBegin DateTime Greater than or equal to timestamp of user creation formatted as YYYY-MM-DDTHH:MM (US/Central timezone).
dateCreatedEnd DateTime Less than timestamp of user creation formatted as YYYY-MM-DDTHH:MM (US/Central timezone).
dateModifiedBegin DateTime Greater than or equal to timestamp of last user edit formatted as YYYY-MM-DDTHH:MM (US/Central timezone).
dateModifiedEnd DateTime Less than timestamp of last user edit formatted as YYYY-MM-DDTHH:MM (US/Central timezone).