Change group membership
PUT https://{controlplane_path}/api/1/rest/public/groups/{env_org}/{groupname}
Replace the group member list.
Prerequisites
- Environment (Org) admin permissions
Request
Path parameters
Key | Description |
---|---|
env_org |
Required. The name of the SnapLogic environment/Org.
For example, My-Dev-Env |
groupname |
Required. The name of the group. |
Query parameters
None.
Request body
{ "members" : [ ... ] }
Key | Type | Description |
---|---|---|
members |
array | An array of strings containing the new list of group members' email addresses. |