RemoveClientFromGroup function for IBM Planning Analytics (TM1)
RemoveClientFromGroup removes a user/client from a security group.
In the video, RemoveClientFromGroup will be used to remove the user Guest from the READ group.
Where can the RemoveClientFromGroup function be used?
TurboIntegrator
Which TM1 Server version is the RemoveClientFromGroup function available for?
Version 11 and 12
What is the syntax for RemoveClientFromGroup?
RemoveClientFromGroup(Client, Group)
- Client = The name of the client you want to add to the server
- Group = Security group name
Relevant Functions
- AddClient = Create a new client on the server.
- AssignClientPassword = Change the password for a user.
- AssignClientToGroup = Assigns an existing client on a server to an existing user group.
- DeleteClient = Deletes an existing client from the server.