AtlaSent — Create SCIM User
atlasent_create_scim_userProvision a user via SCIM 2.0 to add them to the AtlaSent directory and enable policy evaluation. Requires organization ID and username.
Instructions
Provision a new user via SCIM 2.0. Adds the user to the AtlaSent directory and makes them available for policy evaluation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | Whether the account is active (default true). | |
| emails | No | Email addresses. | |
| groups | No | Group IDs to assign the user to. | |
| org_id | Yes | Organization ID. | |
| userName | Yes | SCIM userName — typically the user's email address. | |
| externalId | No | External IdP identifier for correlation. | |
| displayName | No | Human-readable display name. |