Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hi,
Within the service, how can I get and set the user extension properties. for eg: get and set firstName property of the user.
Please share some snippets.
Regards
Arunkumar D
Solved! Go to Solution.
As properties on the User object:
Users["userName"].customPropertyName
As properties on the User object:
Users["userName"].customPropertyName