Skip to content

updateIMSPermission ​

Updates a IMSPermission, requires ADMIN on all IMSs the permission currently affects. Ensures that after the update, all affected IMSs still have a permission which grants ADMIN to at least one user.

graphql
updateIMSPermission(
  input: UpdateIMSPermissionInput!
): UpdateIMSPermissionPayload!

Arguments ​

updateIMSPermission.input ● UpdateIMSPermissionInput! non-null input ​

Defines which IMSPermission to update and how to update it

Type ​

UpdateIMSPermissionPayload object ​

Released under the MIT License.