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
and sync the teams, user will get two roles: kuku, admin, e.g. old role is not removed. So, if user for example once got admin role, it cant be removed with AppGroups API, only via UI, since DB is not changed for removal, only when 'new' roles added to same user, can this be confirmed?
Apigee Info
Apigee X
Steps to Reproduce
Steps to reproduce the behavior:
add new group with attribute with user and existing role, e.g. member
sync
add admin roles
sync
remove admin role
sync
user will stay with admin and all roles that was added before
I just want to have confirmation that this attribute process in 'one-way' - only NEW deltas added, old roles never get removed with API (only with UI in the drupal portal)
Version Info
Drupal 10
The text was updated successfully, but these errors were encountered:
I first created the appgroups, assigned dev to it with the custom attribute, and then synced teams from Drupal UI from teams menu. No Invites, migrating users.
Versions: Apigee X, and latest Teams from git
Try to create appgroup with Google API (the only way AFAIK). Add member to it with ROLE XXX inside the __apigee_reserved__developer_details attr, e.g.:
try to modify the appgroup, but replace the roles (kuku to kuku2) for example, and you will see two roles, while we expect to see the latest one, e.g. kuku2
Description
when using __apigee_reserved__developer_details attribute in appgroup to sync developers, it works one way - e.g. when you add this attr:
it will add kuku role to the user
however, when you will replace the role with something else:
and sync the teams, user will get two roles: kuku, admin, e.g. old role is not removed. So, if user for example once got admin role, it cant be removed with AppGroups API, only via UI, since DB is not changed for removal, only when 'new' roles added to same user, can this be confirmed?
Apigee Info
Apigee X
Steps to Reproduce
Steps to reproduce the behavior:
user will stay with admin and all roles that was added before
I just want to have confirmation that this attribute process in 'one-way' - only NEW deltas added, old roles never get removed with API (only with UI in the drupal portal)
Version Info
Drupal 10
The text was updated successfully, but these errors were encountered: