Queries for the number of deployments that fulfill given parameters. Takes the same parameters as the Get Users method.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Filter by user id
Filter by a comma-separated list of user ids.
Filter by the first name of the user. Exact match.
Filter by the first name that the parameter is a substring of.
Filter by the last name of the user. Exact match.
Filter by the last name that the parameter is a substring of.
Filter by the email of the user. Exact match.
Filter by the email that the parameter is a substring of.
Filter for users which are members of the given group.
Filter for users which are members of the given tenant.
Only select Users that are potential starter for the given process definition.
Request successful.
The number of matching instances.