Skip to main content

Retrieve an account

Contributors

GET /tenancy/account/{accountId}

Retrieves a specific account by an account identifier.

Parameters

Name Type In Required Description

accountId

string

path

True

authorization

string

header

True

X-User-Token

string

header

False

X-Service-Request-Id

string

header

False

Response

Status: 200, Default response
Name Type Required Description

accountPublicId

string

False

accountName

string

False

isRestricted

boolean

False

isPrivatePreviewEnabled

boolean

False

is3rdPartyServicesEnabled

boolean

False

accountSerial

string

False

Example response
{
  "accountPublicId": "string",
  "accountName": "string",
  "accountSerial": "string"
}
Close
Try it out

Sign in with your NetApp Cloud Central credentials.

Try this API

Parameters

Headers

Body

Code

Response