Endpoint Overview
/api/admin/users/v4/users/identity-providers/api/admin/users/v4/users/{user_id}/linked-identities/api/admin/users/v4/users/{user_id}/linked-identities/api/admin/users/v4/users/{user_id}/linked-identities/{provider_id}/api/admin/users/v4/users/identity-providers/api/admin/users/v4/users/{user_id}/linked-identities/api/admin/users/v4/users/{user_id}/linked-identities/api/admin/users/v4/users/{user_id}/linked-identities/{provider_id}Provides a list of configured identity providers that can be linked to a user.
200 OKLists all identities of remote identity providers linked to a user.
user_id stringrequiredUnique identifier of a user.
embed string[]Options for embedding additional data in linked identities list responses:
ACTIONS: Include available actions for each identity (delete) and list-level actions (create)200 OKLinks an identity of a remote identity provider to a user.
Right now a user may only be linked to one identity provider at a time. Trying to link an additional identity
provider will fail with a BAD_REQUEST (status code 400) and the error code USER_ALREADY_LINKED.
user_id stringrequiredUnique identifier of a user.
embed string[]Options for embedding additional data in single linked identity responses:
ACTIONS: Include available actions for the linked identity (delete)provider_id stringrequiredIdentifier of the linked identity provider. This is the unique alias assigned to the identity provider during configuration.
linked_user_id stringrequiredIdentifier of the user in the linked identity provider. This is typically the user's unique ID or object ID in the external identity system.
linked_username stringrequiredUsername of the user in the linked identity provider. This is typically the user's login name or email address in the external identity system.
200 OK201 CreatedDeletes a linked identity of a remote identity provider from a user.
user_id stringrequiredUnique identifier of a user.
provider_id stringrequiredIdentifier of the linked identity provider. This is the unique alias assigned to the identity provider during configuration.
200 OK