List IB Groups
Get a list of all Information Barrier Groups in the company (pod).
Get a list of all Information Barrier Groups
GETyourpodURL.symphony.com/pod/v1/admin/group/list
Header parameters
Response
Success
Body
idstring
Example: "571db1f2e4b027c4f055a594"
namestring
Example: "Group 1"
activeboolean
Example: true
memberCountinteger (int32)
Example: 1
policiesarray of string
createdDateinteger (int64)
Example: 1461563890135
modifiedDateinteger (int64)
Example: 1461563926812
Request
Response
📘 NoteThis API returns only IB Groups that have at least one policy associated with it.
🚧 Roles and PrivilegesCalling this endpoint requires the ACCESS_USER_PROVISIONING_API privilege. See Bot Permissions for a list of roles and associated privileges.
Last updated