Move a user from one organization to another
PUT
/v2/organizations/moveLast modified: 3 days ago
Move a user from one organization to another
Request
Query Params
user_id
string <uuid>
required
organization_id
string <uuid>
required
Request samples
Responses
OK(200)
Unauthorized(401)
Forbidden(403)
Record Not Found(404)
HTTP Code: 200
Content Type : JSONapplication/json
User moved
Data Schema
data
object
optional
id
string <uuid>
optional
type
string
optional
attributes
object
optional
relationships
object
optional
Example
{
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "string",
"attributes": {
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"name": "Clone Systems",
"description": "Secure business networks",
"company_name": "Clone Systems",
"partner": false,
"creation_time": "2023-12-15T19:19:18.037Z",
"modification_time": "2023-12-15T19:19:18.037Z",
"members": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"username": "member1",
"partner": false
}
],
"settings": {
"can_edit_organization": true
},
"details": {},
"incomplete_details": false
},
"relationships": {}
}
}
Last modified: 3 days ago