Skip to content

getSealdIdsFromConnectors

fun getSealdIdsFromConnectors(connectorTypeValues: Array<ConnectorTypeValue>): Array<String>

Get all the info for the given connectors to look for, updates the local cache of connectors, and returns a slice with the corresponding SealdIds. SealdIds are not de-duped and can appear for multiple connector values. If one of the connectors is not assigned to a Seald user, this will return a ErrorGetSealdIdsUnknownConnector error, with the details of the missing connector.

Return

An Array of Strings with the Seald IDs of the users corresponding to these connectors.

Parameters

connectorTypeValuesAn Array of ConnectorTypeValue instances.

Throws

SealdException