View Group Details

Returns information on a group registered in the Organization module.

 

URL

{RMUrl}/api/Organization/groups/<GroupID>

 

REQUEST METHOD

GET

 

URL PARAMETER

GroupID: This parameter is provided in the URL and does not need to be sent through GET.

 

REQUEST EXAMPLE

{RMUrl}/api/Organization/groups/6fe49ce4-56d4-475f-9483-1adca6b2976c

 

SUCCESS RESPONSE

Returns a Group object with additional information (see Modulo Risk Manager Features -> 2. Organization -> 2.6 Groups -> List Groups)

 

SUCCESS RESPONSE EXAMPLE

{

"Id":"6fe49ce4-56d4-475f-9483-1adca6b2976c",

"Name":"IT Team",

"Description":"IT team at ABC",

"Email":"informationtech_ny@example.com.br",

"AdditionalInformation":"Employees from ABC Company’s Information Technology department at the New York branch",

"Responsible":{"Email":"jcampbell@abccompany.com",

      "Id":"00d6dccf-1a9c-11e1-b470-0800270094a6",

      "Name":"Joshua Campbell",

      "Phone":"+1 (646) 555-0000"},

"CustomAttributes":{

      "link":"https:\/\/abccompany.com",

      "text":"Text"}

}