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 Apps > Connectors and click Add connector.
2
Search for Mattermost and click Add.
3
Choose where to add the connector: Create a new app, or Add to an existing app (then select the app).If you’re creating a new app, choose whether to link it to an application discovered from your identity provider: select Yes and pick the IdP application, or No to continue with just the connector.
4
Set the connector’s Name and, optionally, a Description.
5
Click the pencil icon next to Owners to choose who can configure and manage this connector.
6
Click Add. The connector is created and its configuration page opens.
7
Find the Settings area of the page and click Edit.
8
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.
9
Click Save.
10
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.