Move Identity to Organization
POST
/identity/{identityId}/move
Moves a personal identity to an organization, making it accessible to all organization members. Only the identity owner can perform this action.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
Type
HTTP (bearer)
Parameters
Path Parameters
identityId*
The unique identifier of the personal identity to move
Type
Requiredstring
Request Body
application/json
JSON
"string"
Responses
Identity successfully moved to organization
application/json
JSON
{
}
