Get a list of clients on a service.
If the access token can view a full service (including an admin), all clients within the service are returned. Otherwise, only clients that the access token can view within the service are returned.
Authenticate every request with a Service Access Token or Organization Token.
Set the token value in the Authorization: Bearer <token> header.
Service Access Token: Scoped to a single service. Use when automating service-level configuration or runtime flows.
Organization Token: Scoped to the organization; inherits permissions across services. Use for org-wide automation or when managing multiple services programmatically.
Both token types are issued by the Authlete console or provisioning APIs.
A service ID.
The developer of client applications. The default value is null. If this parameter is not set
to null, client application of the specified developer are returned. Otherwise, all client
applications that belong to the service are returned.
Start index (inclusive) of the result set. The default value is 0. Must not be a negative number.
End index (exclusive) of the result set. The default value is 5. Must not be a negative number.
Start index (inclusive) of the result set of the query.
End index (exclusive) of the result set of the query.
Total number of clients that belong to the service. This doesn't mean the number of clients contained in the response.
An array of clients.