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.
- Type License was removed
- Field licensesV2 was removed from object type
CompanyUser
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 user
s company. @exposedto
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 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
toTotal number of all users in the company, used for pagination @exposed
- Field CompanyUsers.users description changed from
@exposed
toA 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
toInt!
- 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. @exposedto
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.
@exposed`
- Field EmailSharee.email description changed from
External email address that already exists on the user
s sharing email suggestions. its used to share a document using the email address. @exposed
toExternal email address that already exists on the user
s 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
tovalue 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
toFetches basic data for users in a company given the company
s ID. Client admins can only fetch users from their own company. @exposed` - Description for argument query on field
Query.companyUsers
changed fromUsernames to filter by. Supports partial matches. Currently not available.
toThe 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 fromnull
toThe index of the page to fetch, defaults to 0
- Description for argument limit on field
Query.companyUsers
changed fromMaximum allowed value is 100
toThe 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
toUnique 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 toSharingGroupModerationEntry provides information about the last modifier of a sharing group