Skip Navigation

What's new in the
BlackBerry Web Services
version 12.22 REST APIs

For details about the new features and updates discussed here, see the BlackBerry UEM 12.22 REST API Reference.

Updates to methods

Path
Description
  • The query parameter now includes a “modified” field to filter user groups by the time last modified. The required date format is ISO-8601.
  • The sortBy parameter now supports the “modified” field.
  • The query parameter now includes a “modified” field to filter users by the time last modified. The required date format is ISO-8601.
  • The query parameter now includes a “directoryLinked” field to filter based on the users who are directory-linked. The value must be 'true' or 'false'.
The response body now returns results for the new bemsTrusts and bemsdocsTrusts data types. These data types are applicable to
UEM Cloud
environments only.

New data type properties

Property
Description
bemsTrusts
List of
BlackBerry Enterprise Mobility Server
trusted certificates. Applicable to
UEM Cloud
environments only.
bemsdocsTrusts
List of
BlackBerry Enterprise Mobility Server
Docs trusted certificates. Applicable to
UEM Cloud
environments only.
Property
Description
modified
Timestamp of when the user was modified, in ISO 8601 format.
Property
Description
directoryName
The name of the company directory instance that the user is associated with. Applies to directory-linked users only.
modified
Timestamp of when the user was modified, in ISO 8601 format.

Known issues

If you use GET /{tenantGuid}/api/v1/users to search for users with a specific administrator role, the returned results do not include users that were assigned the role indirectly through two or more levels of nested group membership. For example, an administrator role is assigned to group A, group B belongs to group A, and group C belongs to group B; a user that belongs to group C inherits the administrator role indirectly through two nested levels of group membership, and will not display in the query results. (EMM-158012)
If you use the REST API to search for users and set the isAdmin query option to true, users that inherited administrator privileges through group membership will not be returned. (EMM-157443)