Merge Dev Users

POST

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.

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.

Built with