cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Get and set user extension properties

arunkumar1
1-Newbie

Get and set user extension properties

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

1 ACCEPTED SOLUTION

Accepted Solutions

As properties on the User object:

Users["userName"].customPropertyName

View solution in original post

1 REPLY 1

As properties on the User object:

Users["userName"].customPropertyName

Top Tags