Retrieves the thing authorizations for a specific user, i.e. the grants that allow a user to operate on the things of a customer.
Each authorization reports the authorization level, the user-type impersonated by the user when operating on the thing and the optional time limitation of the grant.
When userId is specified, the customerId must be specified as well; set includeDefaults to true to obtain also the default authorizations applied to the users of the customer.
Required permissions: READ_USER_AUTHORIZATION.
The name of the tenant (e.g. acme).
Condition on customer id.
The identifier of the user whose permissions must be retrieved.
If specified, the customerId must also be specified.
The flag defining whether to retrieve also the default user authorizations.
Successful operation.
The authorization unique identifier.
The identifier of the user associated with this authorization.
The identifier of the thing associated with this authorization.
The authorization of the user on the thing.
The identifier of the user-type the user impersonates when operating on the associated thing.
The user-type object associated with this authorization.
The time limitation of this authorization.
User not authenticated.
The error response.
User not authorized.
The error response.
Resource was not found.
The error response.
API call rate limit exceeded.
The error response.
Internal server error.
The error response.