SendRegning

Get users

Verison: 1.0 (read more)

Request

1
GET /originators/{originatorId}/users

Response

HTTP/1.1 200 OK

1
2
3
4
5
6
7
8
9
10
11
12
{
    "users": [{
        "userId": 2,
        "name": "Obi Wan-kenobi",
        "userName": "obi@jedi.com",
        "userRole": "ADMINISTRATOR"
     }],
     "pending": [{
         "email": "obi@jedi.com",
         "sent": "19.01.15"
     }]
}