Add multiple members to organization
People
Add multiple members to organization | Comp AI API
Bulk adds multiple members to the authenticated organization. Each member must have a valid user ID that exists in the system. Members who already exist in.
POST
Add multiple members to organization
Documentation Index
Fetch the complete documentation index at: https://www.trycomp.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Body
application/json
Bulk member creation data
Array of members to create
Example:
[
{
"userId": "usr_abc123def456",
"role": "admin",
"department": "it",
"isActive": true,
"fleetDmLabelId": 123
},
{
"userId": "usr_def456ghi789",
"role": "member",
"department": "hr",
"isActive": true
}
]Get integration test statistics grouped by assigneeGet members who can read a specific resource type

