JobFamilies
Retrieves a collection of job families, grouping related job roles based on function or discipline.
Workday Resource Information
Retrieves a collection of job families.Secured by: Job Information
Scope: Jobs & Positions
Columns
| Name | Type | Description |
| Id [KEY] | String | A unique identifier (WID, ID, or reference ID) assigned to the job family instance, ensuring accurate tracking. |
| Descriptor | String | The display name of the instance |
| Inactive | Bool | Indicates whether the job family is inactive ('true' or 'false'). Default is false, meaning the job family is active unless specified otherwise. |
| JobFamilyGroup_Descriptor | String | The display name of the instance |
| JobFamilyGroup_Id | String | A unique identifier (WID, ID, or reference ID) assigned to the job family group, ensuring proper classification. |
| Summary | String | A detailed summary of the job family, including key attributes, responsibilities, and career paths associated with the roles within it. |
| Inactive_Prompt | Bool | Indicates whether to include inactive job families in the query ('true' or 'false'). Default is false, filtering out inactive families unless explicitly included. |
| JobFamilyGroup_Prompt | String | Filters job families by their associated job family group. Multiple job family groups can be specified to refine search results. |
| JobProfile_Prompt | String | Filters job families by their associated job profile. Multiple job profiles can be specified. Accepts job profile IDs returned from GET /jobProfiles. |