Transfers a personal assistant to an organizational workspace.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Target organization ID to transfer the assistant to.
Whether to transfer existing logs from personal ‘Assistants’ project to org ‘Assistants’ project.
curl --request POST \
--url 'https://api.unify.ai/v0/assistant/<assistant_id>/transfer/to-org' \
--header "Authorization: Bearer $UNIFY_KEY"
--header 'Content-Type: application/json' \
--data '{
"organization_id": 123
}'