Repositories
Remove Users from Repository
Removes one or more users from a repository.
post/v1/repositories/{repositoryId}/users/remove
Path parameters
repositoryIdstring required
Unique identifier for a repository folder, prefixed with repo_
Example:repo_1234321
The unique identifier of the repository
Request body
Example request
{
"users": [
123321
]
}Response
No Content. Users have been successfully removed from the repository.