Collections
Add a collection user
This method allows you to add a user membership to the specified collection.
post/collections.add_user
Request body
Response
OK
Example response
{
"data": {
"users": [
{
"name": "Jane Doe"
}
]
}
}