Purpose
A post API to get a list of user groups in Sectona PAM.
Accessing the API
XML
Endpoint: /API/APP/APP007/GetUserGroups
HTTP METHOD
XML
POST
Parameters
|
Parameters |
Data Type |
Required |
Description |
|---|---|---|---|
|
Filter |
String |
YES |
All/Active/Disabled/Locked/Dormant |
|
Instance |
String |
YES |
It must be valid a Instance name |
Sample Request (JSON)
XML
{
"Filter":"String",
"Instance":"String",
}
Sample Response (JSON)
XML
{
"Version":"2.3.0.0",
"IsSuccess": true,
"LogCode":"0",
"Result":"[
{
"GroupName": "GroupName1",
"Method": "StaticGroup",
"CreatedBy": "spectraadmin",
"CreatedOn": "XYZ",
"Status": "Disabled"
},
{
"GroupName": "GroupName2",
"Method": "StaticGroup",
"CreatedBy": "XYZ",
"CreatedOn": "08 Dec 2017 10:37:24 GMT 05:30:00",
"Status": "Active"
}
]",
"StatusCode":"Accepted",
"Timestamp":"03 Jun 2019 10:42:30 GMT 05:30:00"
}