Add user to collection

Add a user to a collection.

This endpoint grants a user access to a specific collection. The authenticated user must have admin permissions for the collection to add new users.

Path parameters

idstringRequired

The unique identifier of the collection

user_idstringRequired

The unique identifier of the user to add

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-API-KeystringRequired

Response

Successful Response

resultsobject

Errors