PeopleWorkPhones
Stores and retrieves work phone numbers associated with employees, enabling contact tracking and communication within the system.
Workday Resource Information
Retrieves all work phone numbers for the person with the specified ID.Secured by: Person Data: Work Phone, Self-Service: Work Phone
Scope: Contact Information
Columns
| Name | Type | Description |
| Id [KEY] | String | A unique identifier for this phone record instance within Workday. |
| People_Id [KEY] | String | The unique Workday ID (WID) associated with the person who owns this phone number. |
| CompletePhoneNumber | String | The full phone number, including the country code, area code, and local number, formatted as a single string. |
| CountryPhoneCode_CountryPhoneCode | String | The international dialing code assigned to the country where the phone number is registered. |
| CountryPhoneCode_Country_Descriptor | String | The display name of the instance |
| CountryPhoneCode_Country_Id | String | A unique identifier assigned to the country corresponding to the phone code, used for internal reference within Workday. |
| CountryPhoneCode_Descriptor | String | The display name of the instance |
| CountryPhoneCode_Id | String | A unique identifier assigned to the country phone code, used for internal system reference. |
| Descriptor | String | The display name of the instance |
| DeviceType_Descriptor | String | The display name of the instance |
| DeviceType_Id | String | A unique identifier assigned to the type of device that this phone number is linked to, used internally within Workday. |
| Extension | String | The phone number extension, typically used in corporate or multi-line phone systems to route calls to a specific department or individual. |
| Usage_Primary | Bool | Indicates whether this phone number is marked as the primary contact method for the person. A value of 'true' means it is the primary number. |
| Usage_Public | Bool | Indicates whether this phone number is publicly accessible. A value of 'true' means it is visible to others, while 'false' means it is private. If no result is returned, the number is considered private by default. |
| Usage_UsageType_Descriptor | String | The display name of the instance |
| Usage_UsageType_Id | String | A unique identifier for the specific usage type assigned to this phone number, used internally for categorization. |
| PrimaryOnly_Prompt | Bool | If the value is 'true,' it only retrieves phone numbers that are marked as primary for the person. |
| PublicOnly_Prompt | Bool | If the value is 'true,' it only retrieves phone numbers that are designated as public. Private phone numbers will not be included. |
| UsedFor_Prompt | String | Specifies the intended usage of this phone number, such as mailing, billing, or shipping purposes, to refine search results. |
| Universal_ID_Prompt | String | The Universal ID associated with the person whose phone number data is being retrieved, ensuring cross-system consistency. |