Get account activity
This method returns the activities of a specific account that is identified by its account ID.
URL
-
Make sure there are no spaces in the URL.
-
The following characters are not supported in URL values: + & %
-
If the URL includes a dot (.), add a forward slash (/) at the end of the URL. For example: api/Safes/MySafe/Members/user@cyber.com/
|
|
The following mandatory value is required in the URL:
Parameter |
SafeName (mandatory) |
Type |
String |
Description |
The name of the Safe where the account is stored. |
Parameter |
AccountID (mandatory) |
Type |
String |
Description |
The ID of the account whose activities will be retrieved. |
Resource information
HTTP method |
GET |
Content type |
application/json |
Header parameter
Parameter |
Description |
---|---|
Authorization |
The token that identifies the session, encoded in BASE 64. See Authentication. Type: String Mandatory: Yes Default value: None |
Body parameters
None
Result
|
Parameter |
AccountName |
Type |
String |
Description |
The name of the account whose activities will be returned. |
Parameter |
Path |
Type |
String |
Description |
The full path of the account . |
Parameter |
ActivityCode |
Type |
Integer |
Description |
The code identification of the specific activity. |
Parameter |
Activity |
Type |
String |
Description |
The activity that was performed. |
Parameter |
Time |
Type |
DateTime |
Description |
The date and time when the activity took place. |
Parameter |
UserName |
Type |
String |
Description |
The user who performed the activity. |
Parameter |
Client ID |
Type |
Integer |
Description |
The ID of the CyberArk client from which the user connected and performed the activity. |
Parameter |
Reason |
Type |
String |
Description |
The reason given by the user for the activity. |
Parameter |
MoreInfo |
Type |
String |
Description |
More information about the activity. |
Return codes
For a complete list of return codes, see Return Codes.