join x - Command Remove Users from Groups

Valid in the AC environment
capamsc141
Valid in the AC environment
The join[x]- command removes users from internal groups.
join- removes internal users from internal groups.
joinx- removes enterprise users from internal groups.
The join[-] command also exists in the native environment but operates differently there.
To use the join[x]- command, one of the following conditions must be true:
  • You have the ADMIN attribute.
    If you want to modify
    Privileged Access Manager
    GROUP records
    and
    native groups you need both the MODIFY and JOIN access authority.
  • The group record is within the scope of a group in which you have the GROUP-ADMIN attribute.
  • You are the owner of the group.
  • You are assigned CONNECT authority in the access control list of the GROUP record in the ADMIN class.
This command has the following format:
{join[x]-|j[x]-} {userName|(userName [,userName...])} \
group(groupName [,groupName...])
  • group(
    groupName
    [,
    groupName...
    ])
    Specifies the group or groups from which to remove the user.
  • userName
    Specifies the user you want to remove from the group.
    If the command is join,
    userName
    is the name of a USER record.
    If the command is joinx,
    userName
    is the name of an enterprise user.
Example
The user Bill wants to remove the users sales25 and sales43 from the group PAYROLL.
The user Bill has the ADMIN attribute.
joinx- (sales25 sales43) group(PAYROLL)