Skip to main content
Skip table of contents

API - Get Users by Group

Purpose

A post API to get a list of users linked in a specified group in Sectona PAM.

Accessing the API

XML
Endpoint: /API/APP/APP007/GetUsersByGroup


HTTP METHOD

XML
POST


Parameters

ParametersData TypeRequiredDescription

Filter

String

YES

All/Active/Disabled/Locked/Dormant 

Group Name

String

YES

User group name

Instance

String

YES

Instance name


Sample Request (JSON)

XML
{
	"Filter":"String",
	"GroupName":"Developer",
	"Instance":"Default"
}

Sample Response (JSON)

XML
{
	"Version":"X.X.X.X",
	"IsSuccess": true,
	"LogCode":"0",
	"Result":"{
	"GroupName": "GroupName",
	"Users": [
		{
		  "AuthenticationType": "SectonaAuthentication",
		  "Username": "Username",
		  "FirstName": "FirstName",
		  "LastName": "LastName",
		  "CreatedBy": "CreatedBy",
		  "CreatedOn": "03 Jun 2019 10:55:42 GMT 05:30:00",
		  "Status": "Active"
		},
		{
		  "AuthenticationType": "SectonaAuthentication",
		  "Username": "Username",
		  "FirstName": "FirstName",
		  "LastName": "LastName",
		  "CreatedBy": "CreatedBy",
		  "CreatedOn": "03 Jun 2019 10:55:42 GMT 05:30:00",
		  "Status": "Active"
		}
	  ]
	}",
	"StatusCode":"Accepted",
	"Timestamp":"03 Jun 2019 10:55:42 GMT 05:30:00"
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.