You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For python I was not able to retrieve data by passing the group name in the get_group_by_path function in keycloak admin, I needed to pass the name proceeds with / inorder to fetch the details but was able to get it through API without '/'
Example:
group_name = 'my_group' returns nothing
group_name = '/my_group' returns the data
but it works fine on both 'my_group' and '/my_group' in API
Did any one faced the same challenge
The text was updated successfully, but these errors were encountered:
For python I was not able to retrieve data by passing the group name in the get_group_by_path function in keycloak admin, I needed to pass the name proceeds with / inorder to fetch the details but was able to get it through API without '/'
Example:
group_name = 'my_group' returns nothing
group_name = '/my_group' returns the data
but it works fine on both 'my_group' and '/my_group' in API
Did any one faced the same challenge
The text was updated successfully, but these errors were encountered: