PeopleWorkWebAddresses
Maintains and retrieves work-related web addresses linked to employees, such as corporate websites or personal work profiles, for streamlined access to online resources.
Workday Resource Information
Retrieves a work web address for the person with the specified ID.Secured by: Person Data: Work Web Address, Self-Service: Work Web Address
Scope: Contact Information
Columns
| Name | Type | Description |
| Id [KEY] | String | Unique identifier for the web address entry, used as the primary key for reference within the Workday system. |
| People_Id [KEY] | String | The unique identifier assigned to an individual in Workday, used to track and reference a person across all Workday modules within the system. |
| Comment | String | A user-provided comment or annotation associated with the web address, typically used for additional context or clarification. |
| Url | String | The full web address (URL) associated with this entry, including the protocol (for example, https://), domain, and any specific path. |
| Usage_Primary | Bool | Indicates whether this web address is designated as the person's primary method of online communication. A value of 'true' means it is the primary address. |
| Usage_Public | Bool | Indicates whether the web address is publicly accessible. A value of 'true' means it is publicly available; if no results are returned, the communication method is private. |
| Usage_UsageType_Descriptor | String | The display name of the instance |
| Usage_UsageType_Id | String | A unique identifier representing the specific usage type category for this web address within the Workday system. |
| PrimaryOnly_Prompt | Bool | If the value is 'true', only web addresses designated as primary will be returned in query results. |
| PublicOnly_Prompt | Bool | If the value is 'true', only web addresses marked as public will be included in query results. |
| UsedFor_Prompt | String | Specifies the intended function of the web address, such as for mailing, billing, or other designated purposes. |
| Universal_ID_Prompt | String | The universal identifier assigned to a person, used to retrieve web addresses specific to that individual. |