v2

latestOpenAPI 3.0.32026-07-261513102.9 KB

Seats

Bulk assign or unassign seats for up to 500 users. The operation type is determined by the action field in the request body.

post/v1/users/seats

Headers

x-coderabbitai-api-keystring required

Your CodeRabbit API key

Request body

action'assign' | 'unassign' required

Action to perform

user_idsstring[] required

Array of provider user IDs

Response

Operation completed (check status field for partial failures)

status'success' | 'partial_success' | 'failure' required

Operation status: 'success' if all succeeded, 'partial_success' if some succeeded, 'failure' if all failed

succeededstring[] required

Array of user IDs that were successfully processed