projectUserRole
Description: Retrieves user permissions and project user roles by querying using project.
Response Object Types: ProjectUserRole
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. |
| segmentID | String |
Segment ID as set by and visible to the organization viewing the project. |
| projectNumber | String |
Internal project number as set by and visible to the organization viewing the project. |
String |
Email address. | |
| isActive | Boolean |
Is user account Active. |
| isActiveRoles | Boolean |
Is the user role currently active on the project. |
| dateModifiedBegin | DateTime |
Begin timestamp of last user role edit.formatted as YYYY-MM-DDTHH:MM (US/Central timezone). |
| dateModifiedEnd | DateTime |
End timestamp of last user role editformatted as YYYY-MM-DDTHH:MM (US/Central timezone). |