Merge Dev Users

Merges the identity of a secondary Dev user with the primary Dev user. The account of the secondary Dev user will be deactivated and will no longer be able to log into DevRev. All objects - issues, tickets, parts etc. owned by the secondary Dev user will be transferred to the primary Dev user.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
primary_userstringRequiredformat: "id"
The unique ID of the primary user.
secondary_userstringRequiredformat: "id"
The unique ID of the secondary user.

Response

Response object for request to merge Dev users.

Errors