List End User Connections
ListEndUserConnections returns all the Connections for the given End User.
The result may be filtered by hub_connector_id
to only return connections for a specific Hub Connector.
Path Parameters
UserID references an End User in the Hub.
Most APIs support setting this value to either the internal Versori identifier or their external ID as
determined by the organisation. The identifier_type
query parameter is used to indicate which type of ID is
being used.
Query Parameters
IdentifierType indicates whether the user_id
path parameter is a internal identifier created by Versori, or an
external identifier. If the value is external
, some endpoints also require the hub
query parameter to
identify the correct Hub.
internal
, external
Search is a string that is used to filter the list of Connections. The search string is matched against the name.
Response
ConnectorConnectionPage defines a page of Connection summaries.
ID is the unique identifier of the Connection. Typically this is only used internally and most (if not all)
public-facing APIs will use the name
in combination with the Connector's id
instead.
Name is the name of the Connection.
CreatedAt is the time the Connection was created.
UpdatedAt is the time the Connection was last updated.