Capabilities
| Resource | Sync | Provision |
|---|---|---|
| Users | ||
| Groups |
Gather Forma credentials
Configuration fields
| Field | Required | Description |
|---|---|---|
base-url | No | SCIM 2.0 base URL for your Forma tenant. Defaults to https://api.joinforma.com/scim/v2. Confirm the exact value from the Forma admin console SCIM setup page. |
api-token | Yes | SCIM 2.0 bearer token issued from the Forma admin console. |
Synced resource types
- Users: Forma users from
GET /scim/v2/Users. Each user carries its SCIMid,userName, name, primary email, and active status. - Groups: Forma groups from
GET /scim/v2/Groups. Each group exposes amemberentitlement. - Group membership grants: every entry in a group’s SCIM
memberslist is emitted as a grant of that group’smemberentitlement to the member user.
Special notes
- Group memberships are not separate resources; they are grant edges on the group resource.
- Forma SCIM list endpoints use 1-based
startIndexandcountoffset pagination. The connector requests the largest standard SCIM page size. - On rate limit or transient errors, the connector retries with exponential backoff.
Configure the Forma connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your Forma connector is now pulling access data into C1.
Enter the Forma credentials:
- SCIM bearer token: the token from the Forma admin console.
- SCIM base URL: leave blank to use the default, or enter the base URL shown in the Forma admin console SCIM setup page.