Skip to content

Commit c2e092e

Browse files
authored
Updates to present tense.
1 parent aa053c3 commit c2e092e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/app-provisioning/workday-retrieve-pronoun-information.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This section describes the steps required to enable pronoun data in Workday. We
4747
<bsvc:Include_Reference_Descriptors_In_Response>true</bsvc:Include_Reference_Descriptors_In_Response>
4848
</bsvc:Workday_Common_Header>
4949
```
50-
1. In the Get_Workers response, you will now see pronoun information.
50+
1. In the Get_Workers response, view the pronoun information.
5151
5252
>[!div class="mx-imgBorder"]
5353
>![Screenshot of Workday Get Workers API response.](./media/workday-pronoun-data/get-workers-response-with-pronoun.png)
@@ -59,7 +59,7 @@ Once you confirm that pronoun data is available in the *Get_Workers* response, g
5959
6060
## Updating Azure AD provisioning app to retrieve pronouns
6161
62-
To retrieve pronouns from Workday, you'll need to update your Azure AD provisioning app to query Workday using v38.1 of the Workday Web Services. We recommend testing this configuration first in your test/sandbox environment before implementing the change in production.
62+
To retrieve pronouns from Workday, update your Azure AD provisioning app to query Workday using v38.1 of the Workday Web Services. We recommend testing this configuration first in your test/sandbox environment before implementing the change in production.
6363
6464
1. Sign-in to Azure portal as administrator.
6565
1. Open your *Workday to AD User provisioning* app OR *Workday to Azure AD User provisioning* app.
@@ -80,7 +80,7 @@ To retrieve pronouns from Workday, you'll need to update your Azure AD provision
8080
8181
`Switch([PreferredPronoun], Join("", [PreferredNameData], " (", [PreferredPronoun], ")"), "", [PreferredNameData])`
8282
83-
1. If worker *Aaron Hall* has set his pronoun information in Workday as `HE/HIM`, then the above expression will set the display name in Azure AD as: *Aaron Hall (HE/HIM)*
83+
1. If worker *Aaron Hall* has set his pronoun information in Workday as `HE/HIM`, the above expression sets the display name in Azure AD as: *Aaron Hall (HE/HIM)*
8484
1. Save your changes.
8585
1. Test the configuration for one user with provisioning on demand.
8686

0 commit comments

Comments
 (0)