Adobe User Management API | Community
Skip to main content
Level 1
February 23, 2026
Question

Adobe User Management API

  • February 23, 2026
  • 0 replies
  • 4 views

We have an integration with the Adobe User Mgmt API which is pulling data from Product Profiles. Some of the groups we’ve been using have a “/” symbol in their name, and since the API uses the group’s name while building the request path, this turns out to be an incorrect URL.

We have tried URL encoding, but we receive 404 as well. One of the ideas we’ve thought of would be to use the deprecated API that uses group ids. Is there something we missed about group names?

https://adobe-apiplatform.github.io/umapi-documentation/en/api/getUsersByGroup.html

 

Thank you!