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: InitOverrideRetrieves a connection by its ID
.
Get a connection
Optional
initOverrides: InitOverrideRetrieves every connection matching the specified strategy. All connections are retrieved if no strategy is being specified. Accepts a list of fields to include or exclude in the resulting list of connection objects. This endpoint supports two types of pagination:
Checkpoint pagination should be used if you need to retrieve more than 1000 connections.
To search by checkpoint, use the following parameters:
The first time you call this endpoint using Checkpoint Pagination, you should omit the from
parameter.
If there are more results, a next
value will be included in the response. You can use this for subsequent API calls.
When next
is no longer included in the response, this indicates there are no more pages remaining.
Note: The include_totals
parameter is not supported when using checkpoint pagination.
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 | InitOverrideFunctionNote: if you use the options parameter, the whole options object will be overridden, so ensure that all parameters are present
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