Skip to main content

I don’t see it called out as an option in the PUT action for Update a field in user's profile, but maybe it’s possible. 

If so, what are the details for adding that into the call? 

(@leo-inspired / Gainsight DH team)

Hi @DannyPancratz!

You can use this API Call:

https://api2-us-west-2.insided.com/docs/user/#operation/addRole

For example with this payload you can set the primary role as “super-user”. 

 

Some most used example roles:

roles.registered

roles.moderator

roles.community-manager


Thanks, @ravi.kurma!

What’s the role for Unregistered / not logged in?  


Thanks, @ravi.kurma!

What’s the role for Unregistered / not logged in?  

No problem! @DannyPancratz 

That would be:

roles.guest


Reply