Email

groupEmailNotify

post

This method creates a new email group or updates details of an existing one.

Body
Responses
post
/notify-group

getGroupEmail

get

This method retrieves the group and its e-mail list.

Path parameters
groupstringRequired

Group name to be retrieved.

Responses
200

OK

application/json
get
/notify-group/{group}

userEmailNotify

post

This method inserts a user and update their groups.

Body
Responses
post
/notify-user

getUserEmail

get

This method retrieves a user and its email groups.

Path parameters
userstringRequired

User to be retrieved.

Responses
200

OK

application/json
get
/notify-user/{user}

Was this helpful?