Clone graph

Clone a user or group graph.

Request

This endpoint expects an object.
source_group_idstringOptional

group_id of the group whose graph is being cloned. Required if user_id is not provided

source_user_idstringOptional

user_id of the user whose graph is being cloned. Required if group_id is not provided

target_group_idstringOptional

group_id to be set on the cloned group. Must not point to an existing group. Required if target_user_id is not provided.

target_user_idstringOptional

user_id to be set on the cloned user. Must not point to an existing user. Required if target_group_id is not provided.

Response

Response object containing group_id or user_id pointing to the new graph

group_idstring or null
user_idstring or null

Errors