Skip to content

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
string
Required

Request Body

application/json
JSON
"string"

Responses

Identity successfully moved to organization

application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License