Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ Deduplication Guide
  3. S3 Interface for MSDP
  4. Identity and Access Management (IAM) for S3 interface for MSDP
  5. IAM APIs for S3 interface for MSDP
  6. ListUsers
NetBackup™ Deduplication Guide

ListUsers

Lists all the IAM users of the server.

Request Parameters

For information about the parameters that are common to all actions, See Common Parameters.

This API does not need any specific request parameters.

Response Elements

The following elements are returned by server.

  • Users.member.N

    A list of users.

    Type: Array of User objects

  • IsTruncated

    A flag that indicates whether there are more items to return.

    Type: Boolean

Errors

For information about the errors that are common to all actions, See Common Error Codes.

  • ServiceFailure

    The request processing has failed because of an unknown error, exception, or failure.

    HTTP Status Code: 500

Examples

Sample Request:

https://msdps3.veritas.com:8443/?Action=ListUsers
&Version=2010-05-08
&AUTHPARAMS

Sample Response:

<?xml version="1.0" encoding="UTF-8"?>
<ListUsersResponse
   xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
  <ResponseMetadata>
    <RequestId>1648203604905893069</RequestId>
  </ResponseMetadata>
  <ListUsersResult>
    <Users>
      <member>
        <CreateDate>2022-03-22T13:35:03Z</CreateDate>
        <UserName>root</UserName>
      </member>
      <member>
        <CreateDate>2022-03-25T06:57:08Z</CreateDate>
        <UserName>User1</UserName>
      </member>
    </Users>
    <IsTruncated>false</IsTruncated>
  </ListUsersResult>
</ListUsersResponse>

Feedback

Was this page helpful?
Previous

GetUser

Next

DeleteUser

Feedback

Was this page helpful?