User
Diese Seite ist nicht auf Deutsch verfügbar. Die englische Version wird angezeigt.
Update user project-type permissions
Replace project-type-level permissions for a user across the listed project types.
Authorization
BearerAuthObject AuthorizationBearer <token>
In: header
Path Parameters
userId*integer
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PUT "https://example.com/api/v2/users/0/project-type-permissions" \ -H "Content-Type: application/json" \ -d '{ "projectTypes": [ {} ] }'Empty
Empty
Empty
Empty