Link Dev Users Identities

Links an external/secondary identity to the Dev user.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
dev_userstringRequiredformat: "id"
The ID of the Dev user to link the external identity to.
idstringRequiredformat: "text"
Unique ID of the Dev user in the external source.
issuerstringRequiredformat: "text"
Issuer of the external identity of the Dev user.
display_namestringOptionalformat: "text"
Display name of the Dev user in the external source.

Response

Response for the request to link an external identity to a Dev user.
dev_userobject

Errors