Provides list of user tenants provisioned to an application.

GET {{baseUrl}}/userTenants?page=0&size=500 %26 Max 500

Provides a list of user tenant IDs of the user tenants being provisioned to an application. A user tenant is a customer or user of an application. Up to 500 user tenant IDs are returned. The operation can be used by operator and developer tenants. This endpoint needs an Authorization header with bearer token. Token for developer or host tenant can be obtained by calling /oauth/token or /oauthTokens endpoint and using the tenand ID of the developer tenant or the host tenant as the value for both 'userTenant' and 'hostTenant' attributes in the request payload.

Request Params

KeyDatatypeRequiredDescription
pagenumberSpecifies the requested page index
sizestringSpecifies the number of elements in a page. Maximum value for size is 100

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"page":{"size":-80246059,"totalElements":-70659057,"totalPages":12628843,"number":51951460},"userTenants":[{"id":"testusertenant1"},{"id":"testusertenant1"}]}