PeopleHomeWebAddresses
Stores personal website URLs associated with an individual, allowing records of professional or social web presence.
Workday Resource Information
Retrieves all home web addresses for the person with the specified ID.Secured by: Person Data: Home Web Address, Self-Service: Home Web Address
Scope: Contact Information
Columns
| Name | Type | Description |
| Id [KEY] | String | A unique identifier for this web address entry within the system. |
| People_Id [KEY] | String | The unique Workday ID (WID) for the person to whom this web address belongs. |
| Comment | String | An optional note or remark associated with the web address, providing additional context or clarification. |
| Url | String | The full web address (URL) associated with the person, including protocol (for example, http:// or https://). |
| Usage_Primary | Bool | Indicates whether this web address is designated as the primary contact method for the person. A value of 'true' means it is the main web address. |
| Usage_Public | Bool | Indicates whether this web address is publicly visible. A value of 'true' means the address can be accessed by external users, while 'false' means it is private. |
| Usage_UsageType_Descriptor | String | The display name of the instance |
| Usage_UsageType_Id | String | A unique identifier representing the specific usage type assigned to this web address. |
| PrimaryOnly_Prompt | Bool | If the value is 'true,' the query returns only the primary web addresses for each person, filtering out secondary addresses. |
| PublicOnly_Prompt | Bool | If the value is 'true,' the query returns only public web addresses, excluding those marked as private. |
| UsedFor_Prompt | String | Specifies the intended function of the web address, such as 'Business Communication', 'Billing', or 'Personal Contact'. |
| Universal_ID_Prompt | String | The globally unique identifier is associated with the person for whom web address details are being retrieved. |