createConnection
abstract suspend fun createConnection(parameters: SCIM.CreateConnectionParameters): SCIMCreateConnectionResponse
Creates a new SCIM connection. This method wraps the {@link https://stytch.com/docs/b2b/api/create-scim-connection create-connection} endpoint. The caller must have permission to modify SCIM via the project's RBAC policy & their role assignments.
Return
Parameters
parameters
the parameters necessary to create a SCIM connection
abstract fun createConnection(parameters: SCIM.CreateConnectionParameters, callback: (SCIMCreateConnectionResponse) -> Unit)
Creates a new SCIM connection. This method wraps the {@link https://stytch.com/docs/b2b/api/create-scim-connection create-connection} endpoint. The caller must have permission to modify SCIM via the project's RBAC policy & their role assignments.
Parameters
parameters
the parameters necessary to create a SCIM connection
callback
a callback that receives a SCIMCreateConnectionResponse