Team Memberships
Manipulating Team Memberships as a Compliance Officer
As a Compliance Officer, you can indirectly manage the memberships of a team to which you do not belong. Individuals added to the team's general space are automatically considered team members. Therefore, you can utilize your standard privilege of adding individuals to a space or room by adding them to the team's general space.
The team ID contains the general room ID with a different prefix. To locate the general room ID of a team, you need to decode and recode the team ID using the new prefix. Below is a command-line example for this process. Note that the final sed replacement is used to remove padding characters.
Example: echo "Y2lzY29zcGFyazovL3VzL1RFQU0vYjQ5ODhmODAtN2QzMS0xMWVkLTk4Y2MtNWY5MTFhZWU1OTA0" | base64 -d | sed 's/TEAM/ROOM/' | base64 | sed 's/=.//'