Capabilities
Gather Mattermost credentials
1
Sign in to Mattermost with a System Admin account, or use a bot account that
has the System Admin role.
2
Create a Personal Access Token (under Profile > Security > Personal
Access Tokens) or a bot account token (under System Console >
Integrations > Bot Accounts). Personal Access Tokens may need to be
enabled in the System Console first.
3
Copy the token value and note your Mattermost server URL (for example
https://mattermost.example.com).Configuration fields
Synced resource types
- Users: Mattermost user accounts from
/api/v4/users. Deactivated accounts are synced as disabled. - Teams: Mattermost teams from
/api/v4/teams, modeled as groups. - Team memberships and roles: membership and elevated team-role assignments
(such as team admin) from
/api/v4/teams/{team_id}/members.
Special notes
- Provisioning is not supported in the current build; the connector performs read calls only.
- The connector authenticates with a static bearer token (Personal Access Token or bot token).
- Channels are not synced in the current build. The access boundary modeled here is team membership.
- Account-level system roles (such as system admin) are recorded on the user profile rather than as separate access grants.
Configure the Mattermost connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your Mattermost connector is now pulling access data into C1.
1
In C1, navigate to Integrations > Connectors and click Add connector.
2
Search for Mattermost and click Add.
3
Choose how to set up the new Mattermost connector.
4
Set the owner for this connector.
5
Click Next.
6
Find the Settings area of the page and click Edit.
7
Enter the Mattermost credentials:
- Server URL: Your Mattermost server URL, such as
https://mattermost.example.com. - API Token: A System Admin Personal Access Token or bot token.
8
Click Save.
9
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.