post
https://api.seismic.com/scim/v2/Users
Creates a new user within the Seismic tenant using SCIM 2.0 (System for Cross-domain Identity Management) protocol. Use this endpoint when provisioning users from identity providers or administrative workflows. For example, to create a user, send POST /scim/v2/Users with userName, emails, and schemas containing urn:ietf:params:scim:schemas:core:2.0:User. When the active field is set to false, the newly created user is locked and cannot log in until an administrator activates them. If roles is specified, roles takes precedence and userType is ignored. Custom properties are supported via urn:ietf:params:scim:schemas:extension:seismic:2.0:User; retrieve tenant-specific definitions from GET /scim/v2/Schemas.
Terminology
- SCIM: System for Cross-domain Identity Management, a standard protocol for managing user identities across systems - GUID: Globally Unique Identifier format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) assigned to the new user - SSO: Single Sign-On, authentication method allowing users to access multiple systems with one login - HTTP: Hypertext Transfer Protocol; validation failures return HTTP 400 with a SCIM error body - JWT: JSON Web Token bearer token required in the Authorization header (seismic.user.manage scope)
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…