Accounts are where all the security service information is stored, they can be accessed by users who have a role in that account
Describe an account
The response body contains the account details.
Something about your request didn't quite make sense. The error message should help you figure out what went wrong.
Unauthorized
You tried to do something that you're not allowed to do. Check your privileges to see what you're actually allowed to do. This could also mean that your token has expired.
The resource you were looking for doesn't exist.
You have made too many requests too quickly. Check the Retry-After
header for an indication of when you might be able to try again.
Something has gone terribly wrong. Sorry! The error message may help you figure out what went wrong, but it's unlikely that you'll be able to do anything about it unless you're the server administrator. It's possible that trying again will help, but it's more likely that you're out of luck for the moment.
The service is temporarily unavailable, likely due to maintenance. It should be available soon, check the Retry-After
header for an indication of when you might be able to try again.
- 200
- 400
- 401
- 404
- 500
- 503
{- "id": "012345678912",
- "alias": "Trend Micro Cloud One",
- "locale": "en",
- "timezone": "America/Toronto",
- "region": "us-1",
- "state": "active",
- "created": "2020-06-21T09:01:12Z",
- "lastEntitlement": "2020-07-10T07:02:10Z",
- "lastModified": "2020-07-10T07:02:10Z",
- "urn": "urn:cloudone:identity:ca-1:012345678912:account/012345678912",
- "mfaRequired": true,
- "links": [
- {
- "rel": "token",
- "method": "post"
}
]
}
Modify an account
Request Body schema: application/json
The response body contains the account details.
Something about your request didn't quite make sense. The error message should help you figure out what went wrong.
Unauthorized
You tried to do something that you're not allowed to do. Check your privileges to see what you're actually allowed to do. This could also mean that your token has expired.
The resource you were looking for doesn't exist.
You have made too many requests too quickly. Check the Retry-After
header for an indication of when you might be able to try again.
Something has gone terribly wrong. Sorry! The error message may help you figure out what went wrong, but it's unlikely that you'll be able to do anything about it unless you're the server administrator. It's possible that trying again will help, but it's more likely that you're out of luck for the moment.
The service is temporarily unavailable, likely due to maintenance. It should be available soon, check the Retry-After
header for an indication of when you might be able to try again.
- Payload
{- "alias": "Trend Micro Cloud One",
- "locale": "en",
- "timezone": "America/Toronto",
- "region": "us-1",
- "mfaRequired": true
}
- 200
- 400
- 401
- 404
- 500
- 503
{- "id": "012345678912",
- "alias": "Trend Micro Cloud One",
- "locale": "en",
- "timezone": "America/Toronto",
- "region": "us-1",
- "state": "active",
- "created": "2020-06-21T09:01:12Z",
- "lastEntitlement": "2020-07-10T07:02:10Z",
- "lastModified": "2020-07-10T07:02:10Z",
- "urn": "urn:cloudone:identity:ca-1:012345678912:account/012345678912",
- "mfaRequired": true,
- "links": [
- {
- "rel": "token",
- "method": "post"
}
]
}
Delete an account
Set an account to be deleted in 30 days
The request to delete the account has been accepted, and the account will be deleted.
Something about your request didn't quite make sense. The error message should help you figure out what went wrong.
Unauthorized
You tried to do something that you're not allowed to do. Check your privileges to see what you're actually allowed to do. This could also mean that your token has expired.
You have made too many requests too quickly. Check the Retry-After
header for an indication of when you might be able to try again.
Something has gone terribly wrong. Sorry! The error message may help you figure out what went wrong, but it's unlikely that you'll be able to do anything about it unless you're the server administrator. It's possible that trying again will help, but it's more likely that you're out of luck for the moment.
The service is temporarily unavailable, likely due to maintenance. It should be available soon, check the Retry-After
header for an indication of when you might be able to try again.
- 202
- 400
- 401
- 500
- 503
{- "message": "Account is suspended and will be deleted in 30 days, please contact support if you want to recover this account"
}