Skip to main content
Version: Latest

2025-03-04 changelogs

Breaking changes

notes

These changes require special attention. If your app uses these API resources, and you don’t adjust your usage of the resources according to the following instructions, then your app might break when you update to this API version.

GraphQL changes

  • Field AdminData.distributedLicensesV2 description changed from Query to get distributed licenses for a company. This includes the distributed licenses contained in all deals of the company. For each distributed license, the users assigned to it are also returned. If companyId is not provided, it will return all distributed licenses from the users company. @exposedtoQuery to get distributed licenses for a company. This includes the distributed licenses contained in all deals of the company. For each distributed license, the IDs of users assigned to it are also returned. Client admins can only fetch distributed licenses for their own company. @exposed`
  • Field distributedLicenses was added to object type CompanyUser
  • Object type CompanyUser has description User data of a user within a company.
  • Field CompanyUsers.total description changed from Total number of the result hits, used for pagination @exposed to Total number of all users in the company, used for pagination @exposed
  • Field CompanyUsers.users description changed from @exposed to A subset of users in the company, representing a single page of results as specified by the offset and limit parameters in the companyUsers query. @exposed
  • Field schemaName was added to object type DistributedLicense
  • Field label was added to object type DistributedLicense
  • Field DistributedLicense.assignedCount changed type from Int to Int!
  • Field Document.shareesV2 description changed from `document sharees. A sharee is either a collection of UserSharees, GroupSharee, and EmailSharee, or a PresetSharee value.

The changes compared to the sharees field are that this field is nullable. This is for the sake of returning partial data for the parent element, in case sharees cannot be resolved. @exposedtodocument sharees. A sharee is either a collection of UserSharees, GroupSharee, and EmailSharee, or a PresetSharee value.

The changes compared to the sharees field are that this field is nullable. This is for the sake of returning partial data for the parent element, in case sharees cannot be resolved. @exposed`

  • Field EmailSharee.email description changed from External email address that already exists on the users sharing email suggestions. its used to share a document using the email address. @exposed to External email address that already exists on the users sharing email suggestions. its used to share a document using the email address. @exposed
  • Field MutationResult.status has description Mutation operation response status
  • Field PresetSharee.value description changed from value is either set to EVERYONE (Document shared with everyone) or DEFAULT (Document shared with default group) @exposed to value is either set to EVERYONE (Document shared with everyone) or DEFAULT (Document shared with default group) @exposed
  • Field Query.companyUsers description changed from Fetches basic data for all users in the company. Querying data for users in a different company only available for global admins. @exposed to Fetches basic data for users in a company given the companys ID. Client admins can only fetch users from their own company. @exposed`
  • Description for argument query on field Query.companyUsers changed from Usernames to filter by. Supports partial matches. Currently not available. to The criterion to filter users, supports searching by prefix in username, first name, last name, and email
  • Description for argument offset on field Query.companyUsers changed from null to The index of the page to fetch, defaults to 0
  • Description for argument limit on field Query.companyUsers changed from Maximum allowed value is 100 to The number of users to fetch per page, 100 as maximum
  • Field SharingGroup.shareeId description changed from "Unique Int value that identifies a user sharee" @exposed to Unique Int value that identifies a user sharee @exposed
  • Description SharingGroupModerationEntry provides information about the last modifier of a sharing group. on type SharingGroupModerationEntry has changed to SharingGroupModerationEntry provides information about the last modifier of a sharing group