Capabilities
| Resource | Sync | Provision |
|---|---|---|
| Users | ||
| Teams |
Gather Mattermost credentials
Sign in to Mattermost with a System Admin account, or use a bot account that
has the System Admin role.
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.
Configuration fields
| Field | Required | Description |
|---|---|---|
base-url | Yes | Your Mattermost server URL. REST calls are made against /api/v4 under this host. |
api-token | Yes | A Mattermost Personal Access Token or bot token with the System Admin (manage_system) permission. |
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.
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.