How to move users from one group to another in RSA ACE/Server Administration API
2 years ago
Originally Published: 2001-07-11
Article Number
000056323
Applies To
RSA ACE/Server Administration API
All UNIX platforms
Microsoft Windows
Issue
How to move users from one group to another in RSA ACE/Server Administration API
Resolution
To move users from one group to another, use the Administration API, following these steps:

1. Use Sd_List GroupMembership to list all users in the group

2. Use Sd_AddLoginToGroup to add users to new group

3. Use Sd_DelLoginFromGroup to remove user from old group (if this is a move instead of copy)