Use securitygroups to allow access to mediacontainers and/or functions to users.
Reference
Find securityGroups
Returns a list of all available security groups for the customer and user.
Create securityGroups
Create a new securityGroup for a given customer. The group must be a child of an existing parent group (e.g. the admin group for this customer).
This function invalidates all logged in user objects (in Redis) to make sure that the newly created group is in their membergroups parameter. Therefore the creation of * securitygroups can take a while. Please inform the user appropriately!
The function returns ALL securitygroups except you use “showOnlyOne” parameter.
Update securityGroups
Update name, rights and members of an existing securityGroup. Rights are only updated if the user has right rights_update. * If the members array is sent but empty, all users will be removed from this group.
Destroy securityGroups
Destroys an existing securitygroups and removes all links to it. If there are members in this group, this operation is not possible unless you send a securitygroup to move the members to. If the securitygroup has children this call will fail, too.