Verify User
GET https://{{cluster-vip}}/irisservices/api/v1/public/users
Returns the list of users in the Cohesity cluster along with the information on their email address, domain name, roles, privileges, and so on.
You can run this API to ensure whether the user you added is available on the Cohesity cluster.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string | ||
Accept | string |
RESPONSES
status: OK
[{"username":"{{username1}}","domain":"LOCAL","emailAddress":"{{email_address}}","roles":["COHESITY_ADMIN"],"privilegeIds":null,"clusterIdentifiers":null,"effectiveTimeMsecs":1666901436379,"restricted":false,"createdTimeMsecs":1666901436379,"lastUpdatedTimeMsecs":1674405851419,"sid":"S-1-100-21-99004370-65145163-1","s3AccountId":"{{account_id}}","s3AccessKeyId":"{{access_id}}","s3SecretKey":"{{secret_key}}","forcePasswordChange":false,"isAccountLocked":false,"lockoutReason":"NotLocked","lastSuccessfulLoginTimeMsecs":1675279437621},{"username":"{{username2}}","domain":"LOCAL","emailAddress":"{{email_address}}","roles":["COHESITY_HIGH_CLASSIFIED","COHESITY_VIEWER"],"privilegeIds":null,"clusterIdentifiers":null,"effectiveTimeMsecs":1666901984684,"restricted":false,"createdTimeMsecs":1666902001805,"lastUpdatedTimeMsecs":1666902029884,"sid":"S-1-21-21-99004370-65145163-11","s3AccountId":"{{account_id}}","s3AccessKeyId":"{{access_id}}","s3SecretKey":"{{secret_key}}","forcePasswordChange":false,"isAccountLocked":false,"lockoutReason":"NotLocked","lastSuccessfulLoginTimeMsecs":1668633337614},{"username":"{{username3}}","domain":"LOCAL","emailAddress":"{{email_address}}","roles":["COHESITY_ADMIN"],"privilegeIds":null,"clusterIdentifiers":null,"effectiveTimeMsecs":1675279386368,"expiredTimeMsecs":1675497600000,"restricted":false,"createdTimeMsecs":1675279409445,"lastUpdatedTimeMsecs":1675279409445,"sid":"S-1-21-21-99004370-65145163-13","s3AccountId":"{{account_id}}","s3AccessKeyId":"{{access_id}}","s3SecretKey":"{{secret_key}}","isAccountLocked":false,"lockoutReason":"NotLocked"},{"username":"{{username4}}","domain":"LOCAL","emailAddress":"{{email_address}}","roles":["COHESITY_ADMIN"],"privilegeIds":null,"clusterIdentifiers":null,"effectiveTimeMsecs":1675279386368,"expiredTimeMsecs":1675497600000,"restricted":false,"createdTimeMsecs":1675279849108,"lastUpdatedTimeMsecs":1675279849108,"sid":"S-1-21-21-99004370-65145163-16","s3AccountId":"{{account_id}}","s3AccessKeyId":"{{access_id}}","s3SecretKey":"{{secret_key}}","isAccountLocked":false,"lockoutReason":"NotLocked"},{"username":"{{username5}}","domain":"LOCAL","emailAddress":"{{email_address}}","roles":["COHESITY_ADMIN"],"privilegeIds":null,"clusterIdentifiers":null,"effectiveTimeMsecs":1675279386368,"expiredTimeMsecs":1675497600000,"restricted":false,"createdTimeMsecs":1675279919423,"lastUpdatedTimeMsecs":1675279919423,"sid":"S-1-21-21-99004370-65145163-19","s3AccountId":"{{account_id}}","s3AccessKeyId":"{{access_id}}","s3SecretKey":"{{secret_key}}","isAccountLocked":false,"lockoutReason":"NotLocked"}]