Permissions

Grant permission

Grants a role on a form to a user or a group. Requires MANAGE permission.

post/forms/{formId}/permissions

Request body

OR

Response

Permission granted successfully.

idstring ulid required
formstring ulid required
role'view' | 'respond' | 'comment' | 'analyze' | 'edit' | 'manage' required
userstring ulid nullable
groupstring ulid nullable

Changes

Changed in 2 of the 14 revisions of this API.2

    • the user request property type/format changed from string/ulid to string/email

      request-property-type-changed

    • the user request property type/format changed from string/email to string/ulid

      request-property-type-changed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog