v1
latestOpenAPI 3.0.12026-08-0435481.5 MBUsers
Retrieve a user's enterprise SSO identity and associated token secret (if token storage is enabled).
This API retrieves the user's enterprise SSO identity and associated token set record from the Logto Secret Vault. The token set will only be available if token storage is enabled for the corresponding SSO connector.
get/api/users/{userId}/sso-identities/{ssoConnectorId}
Path parameters
userIdstring required
The unique identifier of the user.
ssoConnectorIdstring required
The unique identifier of the sso connector.
Query parameters
includeTokenSecretstring
Whether to include the token secret in the response. Defaults to false. Token storage must be supported and enabled by the connector to return the token secret.
Response
Returns the user's enterprise SSO identity and associated token secret.