post
https://api.lucid.co/repositories//users/add
Manages user roles on a repository, allowing for updating of existing repository users or adding roles for new users on the repository.
Valid Authentication Methods
API Key Grants:
- RepositoryEdit
OAuth 2.0 User Token Scopes:
- repository
204No Content. User and group roles have been successfully added or updated.
400Bad Request. Occurs when duplicate or invalid user IDs are provided, or REPOSITORY_MEMBERs are added to an UNRESTRICTED repository.
403Forbidden. Occurs when the user does not have permission to modify the repository.