Tenant Id can be retrieved from the UI as listed here.
Retrieves service account details for a specific tenant.
GET /{tenant}/configuration/service_account
GET
/{tenant}/configuration/service_account
Parameter
Type
Description
tenant
string
Unique Tenant ID
curl -X 'GET' '/<tenant>/configuration/service_account' -H 'accept: */*'
{ "tenant_service_account": { "name": "string", "email": "string" }, "cloud_transfer_service_account": "string" }
Unauthorized
Forbidden
Not Found
Last updated 10 months ago