Add protected users to a workspace.
required | Array of objects (UserRequest) [ 1 .. 200 ] items unique The list of protected users to add. Up to 200 users can be added to a workspace. |
Success
Bad request, validation error
Unauthorized request
Access forbidden
Too Many Requests
Internal server error
{- "users": [
- {
- "email": "test@test.com",
- "name": "Harry Owen"
}
]
}
{- "users": [
- {
- "id": "62ff9653efef4b3ae04ab25e",
- "email": "test@test.com",
- "name": "Harry Owen",
- "protectedUser": true
}
]
}