Get the current user role using a server object extension

255
0
09-16-2019 02:31 PM
tomwang1
Occasional Contributor

Hi,

There is the technical support article to get the current user name and roles using SOE.

https://support.esri.com/en/technical-article/000011331

This code returns the following JSON:

{  "serverUserInfo": {   "currentUser": "demo",   "roles": [   "admin",   "publisher"  ]  } }

The roles are that the user can be obtained. I'd like to have user name and her/his current role. Please advice?

Thanks,

Tom###

Tags (2)
0 Kudos
0 Replies