Protected
configurationOptional
initOverrides: InitOverrideCreates a new connection according to the JSON object received in body
.
Create a connection
Optional
initOverrides: InitOverrideCreate a scim configuration for a connection.
Create a SCIM configuration
Optional
initOverrides: InitOverrideCreate a scim token for a scim client.
Create a SCIM Token
Optional
initOverrides: InitOverrideDeletes a connection and all its users.
Delete a connection
Optional
initOverrides: InitOverrideDeletes a scim configuration by its connectionId
.
Delete a connection's SCIM configuration
Optional
initOverrides: InitOverrideDeletes a scim token by its connection id
and tokenId
.
Delete a connection's SCIM token
Optional
initOverrides: InitOverrideDeletes a specified connection user by its email (you cannot delete all users from specific connection). Currently, only Database Connections are supported.
Delete a connection user
Optional
initOverrides: InitOverrideRetrieve details for a specified connection along with options that can be used for identity provider configuration. Get a connection
Optional
initOverrides: InitOverrideRetrieves detailed list of all connections that match the specified strategy. If no strategy is provided, all connections within your tenant are retrieved. This action can accept a list of fields to include or exclude from the resulting list of connections.
This endpoint supports two types of pagination:
Checkpoint pagination must be used if you need to retrieve more than 1000 connections.
To search by checkpoint, use the following parameters:
from
: Optional id from which to start selection.take
: The total amount of entries to retrieve when using the from parameter. Defaults to 50.Note: The first time you call this endpoint using checkpoint pagination, omit the from
parameter. If there are more results, a next
value is included in the response. You can use this for subsequent API calls. When next
is no longer included in the response, no pages are remaining.
Get all connections
Optional
initOverrides: InitOverrideOptional
requestParameters: GetConnectionsRequestOptional
initOverrides: InitOverrideRetrieves a scim configuration's default mapping by its connectionId
.
Get a connection's default SCIM mapping
Optional
initOverrides: InitOverrideRetrieves a scim configuration by its connectionId
.
Get a connection's SCIM configuration
Optional
initOverrides: InitOverrideRetrieves all scim tokens by its connection id
.
Get a connection's SCIM tokens
Optional
initOverrides: InitOverrideProtected
requestOptional
initOverrides: RequestInit | InitOverrideFunctionUpdate details for a specific connection, including option properties for identity provider configuration.
Note: If you use the options
parameter, the entire options
object is overriden. To avoid partial data or other issues, ensure all parameters are present when using this option.
Update a connection
Optional
initOverrides: InitOverrideUpdate a scim configuration by its connectionId
.
Patch a connection's SCIM configuration
Optional
initOverrides: InitOverride
Retrieves the status of an ad/ldap connection referenced by its
ID
.200 OK
http status code response is returned when the connection is online, otherwise a404
status code is returned along with an error message Check connection statusThrows