| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api | |
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
TenantInfoDTO |
TenantsApi.getTenantInfoByUsername(String username)
Get Tenant Id of User
This operation is to get tenant id of the provided user
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<TenantInfoDTO> |
TenantsApi.getTenantInfoByUsernameWithHttpInfo(String username)
Get Tenant Id of User
This operation is to get tenant id of the provided user
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
TenantsApi.getTenantInfoByUsernameAsync(String username,
ApiCallback<TenantInfoDTO> _callback)
Get Tenant Id of User (asynchronously)
This operation is to get tenant id of the provided user
|
| Modifier and Type | Method and Description |
|---|---|
TenantInfoDTO |
TenantInfoDTO.tenantDomain(String tenantDomain) |
TenantInfoDTO |
TenantInfoDTO.tenantId(Integer tenantId) |
TenantInfoDTO |
TenantInfoDTO.username(String username) |
Copyright © 2021 WSO2 Inc. All rights reserved.