The connector syncs the members of a Mural workspace as user identities. Each
user carries their workspace role — admin, member, facilitator, or
another role you have defined — so you can see who holds administrative access.
You need a Mural access token that can read the target workspace’s members, and
the id of the workspace you want to sync. Treat the token as a secret.
1
Sign in to Mural as a member of the workspace you want to sync. You need
access to the workspace’s members to create a working token.
2
Create an app and access token under Mural API apps
(https://app.mural.co/api/v1/apps). For an ongoing integration, use Mural’s
OAuth2 authorization-code flow to obtain an access token; for a quick start,
a token issued for your app works as well. Copy the access token.
3
Find the workspace id. Call
GET https://app.mural.co/api/public/v1/workspaces with your token and copy
the id of the workspace you want to sync.