Returns information on a person registered in the Organization module.
URL
{RMUrl}/api/Organization/people/<PersonID>
REQUEST METHOD
GET
URL PARAMETER
PersonID: This parameter is provided in the URL and does not need to be sent through GET.
REQUEST EXAMPLE
{RMUrl}/api/Organization/people/6fe49ce4-56d4-475f-9483-1adca6b2976c
SUCCESS RESPONSE
Returns a People object with additional information (see Modulo Risk Manager Features -> 2. Organization -> 2.5 People -> List People)
SUCCESS RESPONSE EXAMPLE
{
"Id":"6fe49ce4-56d4-475f-9483-1adca6b2976c",
"Name":"Nathan Wright"
"Description":"Employee – Marketing department",
"Email":"nwright@example.com",
"Phone":"+1 (646) 555-0000",
"AdditionalInformation":"Marketing department manager",
"Login":"nwright",
"Status":"Blocked",
"CustomAttributes":{
"link":"https:\/\/abccompany.com",
"text":"Text"
},
"Groups":[
{
"Id":"bf0461df-1f48-11e1-af79-0800270094a6",
"Name":"Administrators"
},
{
"Id":"afcff9b9-2194-11e1-af79-0800270094a6",
"Name":"Users"
},
{
"Id":"16e72a05-2195-11e1-af79-0800270094a6",
"Name":"Marketing Dept"
}]
}