Bulk assign members to a guardrail

Assign multiple organization members to a specific guardrail. Management key required.

Authentication

AuthorizationBearer
API key as bearer token in Authorization header

Path parameters

idstringRequiredformat: "uuid"
The unique identifier of the guardrail

Request

This endpoint expects an object.
member_user_idslist of stringsRequired
Array of member user IDs to assign to the guardrail

Response

Assignment result
assigned_countdouble
Number of members successfully assigned

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error