Has anyone found either in python or via JSON where you can update a user's category?
The documentation for the User update() method indicates it now supports setting categories in the latest version of the ArcGIS API for Python.
user.update(categories = ["/Categories/States/Colorado"])
@TheisenThis finally started working for me. Seems like it just takes a minute at times for it to show in the org level categories.
@RobertWeber I am running into the same thing. It says it assigned the category in their profile settings but I don't see it as an option in the organization members tab filter side panel.
Have you found a workaround or solution to this?
So in other words it indicates that it should work and it does sort of...but not really
This works on the actual user but I am having issues getting it to actually add it to the categories listed in my Organization level Members page.
Well call me surprised. I was looking for that the other day and didn't see it. Outstanding news! Thanks for finding it and passing along the info Peter. 🙂
Negative....that pattern remains unfilled. 😉
Hi John, were you able to find a solution? I'm currently trying to update a user's category via python but my commands aren't working
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.