POST api/SYGetAuthUserGroups
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"E3EmailUserId": "sample string 1"
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"Groups": [
{
"ID": 1,
"GROUP_NAME": "sample string 2"
},
{
"ID": 1,
"GROUP_NAME": "sample string 2"
},
{
"ID": 1,
"GROUP_NAME": "sample string 2"
}
]
}