A resource pool which users for an organization can belong to for the purposes of assignment to projects.
Name | Editable? | Required? | Type | Nullable? | Summary |
---|---|---|---|---|---|
ID | Int32 | The ID of the resource pool. | |||
Name | This field is editable through the web API. | This field is required. | String | The name of the resource pool. | |
CreatedDate | DateTime | The created date of the resource pool. | |||
ModifiedDate | DateTime | The last modified date of the resource pool. | |||
IsActive | This field is editable through the web API. | Boolean | The active status of the resource pool. | ||
NotifyOnAssignment | This field is editable through the web API. | Boolean | Whether an email notification will be delivered to the manager when a resource in the pool is assigned. | ||
RequiresApproval | This field is editable through the web API. | Boolean | Whether the resource pool requires approval. | ||
ManagerFullName | String | This field is nullable. | The full name of the user marked as the resource pool manager. | ||
ManagerUID | This field is editable through the web API. | Guid | The UID of the user marked as the resource pool manager. | ||
ResourceCount | Int32 | The number of resources in the resource pool. |