Automate adding members to Spaces using SSO

Using SSO, you can automatically add, remove, or update members' access to spaces by including the spaceId in the SSO token.

Automatically add members to Spaces

  • If you’d like to add members to space(s), here’s how you can pass the list of spaces using SSO:

    Copy

    "spaces": [{
    "spaceId": "string",
    "role": "ADMIN", // or "MEMBER"
    "action": "JOIN"
    }]
    spacesOperation: "ADD"

Here's a sample Payload for when a member is being added to Spaces:

Automatically remove members from Spaces

Contact Us

Do you still need help? Learn how to get in touch with the Bettermode Team.