Net3 API Interface for Customer Portal

<back to all web services

TenantUsersSCS

Retrieve list of Tenant SCS Users

Requires Authentication
The following routes are available for this service:
GET/backup/backupcustomer/tenantUsers/scs
TenantUsersSCS Parameters:
NameParameterData TypeRequiredDescription
locationquerystringYesURL for underlying backup system
uuidquerystringYesUUID of Tenant
environmentqueryN3TEnvironmentYesEnvironment

Allowable Values

  • DEV
  • QA
  • UAT
  • PROD
  • DEMO
  • EXT
N3TEnvironment Enum:
DEV
QA
UAT
PROD
DEMO
EXT
TenantUsersSCSResponse Parameters:
NameParameterData TypeRequiredDescription
ResultformExecuteResult<TenantUsers>No
ResponseStatusformResponseStatusNo
ExecuteResult<T> Parameters:
NameParameterData TypeRequiredDescription
HasErrorformboolNo
MessageformstringNo
ResultformTNo
ExceptionformExceptionNo
TenantUsers Parameters:
NameParameterData TypeRequiredDescription
locationformstringYesURL for underlying backup system
uuidformstringYesUUID of Tenant
environmentformN3TEnvironmentYesEnvironment

Allowable Values

  • DEV
  • QA
  • UAT
  • PROD
  • DEMO
  • EXT

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /backup/backupcustomer/tenantUsers/scs HTTP/1.1 
Host: n3tapi.palmettovdc.com 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"result":{"hasError":false,"message":"String","result":{"items":["String"]},"exception":"Exception of type 'System.Exception' was thrown."},"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}