usersIdentityUnlink
Unlinks an external identity from an user
Arguments
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
identityId | UserIdentityID! | The ID of the identity to remove |
Fields
Name | Type | Description |
---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
errors | [Error!]! | Errors encountered during execution of the mutation. |
userIdentity | UserIdentity | The removed identity |