For ease of use, we should expose this string property to allow it to be set.
Minimal reproduction of the problem with instructions
Instantiate a IUsersClient
Find any user (which will be of type IUser)
Access the IUser.Profile
Find that the IUser.Profile does not have the "employeeType2"
Environment
N/a, this is an issue with the properties exposed in the SDK
Notes
If desired, I would gladly open a PR to do this. Likewise, if someone can point me to the direction where the Okta API docs are located at, I would gladly update the docs too in order to add the value as a part of the Okta User Profile.
Current behavior
IUser.Profile does not expose the field "EmployeeType2". This is exposed in the API JSON. Likewise, this is not documented as a field here: https://developer.okta.com/docs/reference/api/users/#user-consent-grant-properties
Expected behavior
For ease of use, we should expose this string property to allow it to be set.
Minimal reproduction of the problem with instructions
Environment
N/a, this is an issue with the properties exposed in the SDK
Notes
If desired, I would gladly open a PR to do this. Likewise, if someone can point me to the direction where the Okta API docs are located at, I would gladly update the docs too in order to add the value as a part of the Okta User Profile.