Cloud One Accounts and Identity Management (1.0.0)
Download OpenAPI specification:Download
Learn more about Trend Micro Cloud One accounts: https://cloudone.trendmicro.com/docs/identity-and-account-management/c1-accounts-about/
List users within an account
query Parameters
The response body contains the users.
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.
- 200
- 400
- 401
- 500
- 503
{- "next": "dGhpcyB2YWx1ZSBpcyBvcGFxdWUsIGRlY29kaW5nIGl0IHdvbid0IGJlIHVzZWZ1bAo=",
- "users": [
- {
- "id": "cc401d8f-7920-4d03-9e48-ce8ef79b4835",
- "name": "Jon Smith",
- "email": "user.one@example.com",
- "roleID": "full-access",
- "locale": "en",
- "timezone": "America/Toronto",
- "state": "enabled",
- "mfaEnabled": true,
- "created": "2020-06-21T09:01:12Z",
- "lastModified": "2020-06-21T09:01:12Z",
- "lastActivity": "2020-08-10T07:02:10Z",
- "urn": "urn:cloudone:identity:ca-1:012345678912:user/cc401d8f-7920-4d03-9e48-ce8ef79b4835"
}
]
}
Describe a user within an account
The response body contains the user 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": "cc401d8f-7920-4d03-9e48-ce8ef79b4835",
- "name": "Jon Smith",
- "email": "user.one@example.com",
- "roleID": "full-access",
- "locale": "en",
- "timezone": "America/Toronto",
- "state": "enabled",
- "mfaEnabled": true,
- "created": "2020-06-21T09:01:12Z",
- "lastModified": "2020-06-21T09:01:12Z",
- "lastActivity": "2020-08-10T07:02:10Z",
- "urn": "urn:cloudone:identity:ca-1:012345678912:user/cc401d8f-7920-4d03-9e48-ce8ef79b4835"
}
Modify a user within an account
Request Body schema: application/json
The response body contains the user 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
{- "roleID": "full-access",
- "state": "enabled"
}
- 200
- 400
- 401
- 404
- 500
- 503
{- "id": "cc401d8f-7920-4d03-9e48-ce8ef79b4835",
- "name": "Jon Smith",
- "email": "user.one@example.com",
- "roleID": "full-access",
- "locale": "en",
- "timezone": "America/Toronto",
- "state": "enabled",
- "mfaEnabled": true,
- "created": "2020-06-21T09:01:12Z",
- "lastModified": "2020-06-21T09:01:12Z",
- "lastActivity": "2020-08-10T07:02:10Z",
- "urn": "urn:cloudone:identity:ca-1:012345678912:user/cc401d8f-7920-4d03-9e48-ce8ef79b4835"
}
Delete user from an account
Removes the user from an account, and removes their access to the account
The user has been 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.
- 400
- 401
- 500
- 503
{- "message": "Something went wrong."
}