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
Is your feature request related to a problem? Please describe.
Yes,
In Domain users unassign endpoint, we can provide multiple users for removal.
Lets take example user ids ["user_id_1", "user_id_2", "user_id_3"]
Domain users unassign has a for loop.
If it fails in second loop, then second and third user id are not removed and first user is remove.
The REST response will error, but in the response we could not say which all users are removed successfully and which all users not removed and which user got error
Describe the feature you are requesting, as well as the possible use case(s) for it.
Option 1:
Instead of having users as array, remove one user at a time.
Option 2:
Created a deatiled report in response error about which user ids are removed , which user id got error and which user ids are not removed
Option 3:
Just respond only the user id which got error .
To know the removed and unremoved users , list again the domain users .
Option 4:
Let it be as it is now. Don't say which userid got error .
To know the removed and unremoved users , list again the domain users .
Indicate the importance of this feature to you.
Must-have
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Yes,
In Domain users unassign endpoint, we can provide multiple users for removal.
Lets take example user ids
["user_id_1", "user_id_2", "user_id_3"]
Domain users unassign has a
for
loop.If it fails in second loop, then second and third user id are not removed and first user is remove.
The REST response will error, but in the response we could not say which all users are removed successfully and which all users not removed and which user got error
Describe the feature you are requesting, as well as the possible use case(s) for it.
Option 1:
Instead of having users as array, remove one user at a time.
Option 2:
Created a deatiled report in response error about which user ids are removed , which user id got error and which user ids are not removed
Option 3:
Just respond only the user id which got error .
To know the removed and unremoved users , list again the domain users .
Option 4:
Let it be as it is now. Don't say which userid got error .
To know the removed and unremoved users , list again the domain users .
Indicate the importance of this feature to you.
Must-have
Anything else?
No response
The text was updated successfully, but these errors were encountered: