GET groups lists

Lists the organization predefined groups that can be used to invite participants.

Resource URL:

https://api.priotice.se/rest/{auth}/group/list

Data returned

If the request has been successful it will return all the groups with their users.

Example request

GET https://api.priotice.se/rest/d41d8cd98f00b204e9800998ecf8427e/group/list

Example response:

{ "Status": "success", "Data": { "62": { "GroupID": "62", "OrgID": "3", "GroupName": "Marketing", "Users": { "183": { "UserID": "183", "GroupID": "62", "Name": "Kristina Olofsson", "Email": "kristina@company.com" }, "184": { "UserID": "184", "GroupID": "62", "Name": "Mikael Johansson", "Email": "mikael@company.com" } } }, "63": { "GroupID": "63", "OrgID": "3", "GroupName": "Operations", "Users": { "185": { "UserID": "185", "GroupID": "63", "Name": "Lars Andersson", "Email": "lars@company.com" }, "186": { "UserID": "186", "GroupID": "63", "Name": "Lena Lindström", "Email": "lena@company.com" } } }, "64": { "GroupID": "64", "OrgID": "3", "GroupName": "IT", "Users": { "187": { "UserID": "187", "GroupID": "64", "Name": "Erik Olsson", "Email": "erik@company.com" }, "188": { "UserID": "188", "GroupID": "64", "Name": "Birgitta Lind", "Email": "birgitta@company.com" } } } } }