Update a collection user permission
patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
collectionIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$userIdstringRequired
The unique ID of the User
Body
rolestring · enum · nullableOptionalPossible values:
The role of a member in an organization, null for guests
Responses
204
User permission was updated
No content
404
No user found with the given ID
application/json
patch/collections/{collectionId}/permissions/users/{userId}
No content
Last updated
Was this helpful?