# /v1/organizations/current/members/{accountUuid}/role Endpoint: PATCH /v1/organizations/current/members/{accountUuid}/role Version: 1.0.0 Security: Bearer ## Path parameters: - `accountUuid` (string, required) ## Request fields (application/json): - `organizationRoleUuid` (string, required) ## Response 200 fields (application/json): - `organizationUuid` (string, required) - `accountUuid` (string, required) - `roleUuid` (string, required) - `createdAt` (string, required) Example: "2025-11-23T14:15:22.123456Z" - `updatedAt` (string, required) Example: "2025-11-23T14:15:22.123456Z" - `removedAt` (string,null, required) Example: "2025-11-23T14:15:22.123456Z" - `status` (string, required) Enum: "active", "inactive", "removed" - `isOwner` (boolean, required) ## Response 401 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 403 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `correlationId` (string,null) ## Response 404 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `correlationId` (string,null) ## Response 422 fields (application/problem+json): - `errors` (array) - `errors.code` (string, required) - `errors.message` (string, required) - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `correlationId` (string,null) ## Response 500 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `correlationId` (string,null)