Roam SCIM integration (Security, Productivity). Imported from open-connector.
https://api.ro.am/scim/v2/ServiceProviderConfig
/Users
| Param | Type | Required | Description |
|---|---|---|---|
| filter | string | optional | A SCIM filter expression accepted by Roam SCIM. |
| startIndex | integer | optional | The one-based SCIM startIndex pagination value. |
| count | integer | optional | The maximum number of SCIM resources to return. |
/Users/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Roam SCIM resource ID. |
/Users
| Param | Type | Required | Description |
|---|---|---|---|
| string | required | The user's primary email address. Roam uses this as both userName and emails[0]… | |
| givenName | string | required | The user's SCIM name.givenName value. |
| familyName | string | required | The user's SCIM name.familyName value. |
| externalId | string | optional | The optional external identifier used to correlate this user with an identity p… |
| active | boolean | optional | Whether the Roam user should be active. Set false to archive access. |
| role | string | optional | The Roam Administration role assigned through the SCIM extension. |
/Users/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Roam SCIM resource ID. |
| string | required | The user's primary email address. Roam uses this as both userName and emails[0]… | |
| givenName | string | required | The user's SCIM name.givenName value. |
| familyName | string | required | The user's SCIM name.familyName value. |
| externalId | string | optional | The optional external identifier used to correlate this user with an identity p… |
| active | boolean | optional | Whether the Roam user should be active. Set false to archive access. |
| role | string | optional | The Roam Administration role assigned through the SCIM extension. |
/Users/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Roam SCIM resource ID. |
/Groups
| Param | Type | Required | Description |
|---|---|---|---|
| filter | string | optional | A SCIM filter expression accepted by Roam SCIM. |
| startIndex | integer | optional | The one-based SCIM startIndex pagination value. |
| count | integer | optional | The maximum number of SCIM resources to return. |
/Groups/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Roam SCIM resource ID. |
/Groups
| Param | Type | Required | Description |
|---|---|---|---|
| displayName | string | required | The Roam SCIM group displayName value. |
| memberIds | array | optional | Roam Person IDs to include as SCIM group members. |
/Groups/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Roam SCIM resource ID. |
| displayName | string | required | The Roam SCIM group displayName value. |
| memberIds | array | optional | Roam Person IDs to include as SCIM group members. |
/Groups/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Roam SCIM resource ID. |