Installer.com Docs
API ReferenceAdmin
PUT
/api/admin/organizations-users/{id}

Path Parameters

id*string

Request Body

application/json

Update request

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PUT "http://localhost:8000/api/admin/organizations-users/string" \  -H "Content-Type: application/json" \  -d '{    "routerOrganizationId": "15569885-70ac-4d21-976e-98f95fd74e2c",    "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b"  }'
Empty