Update user messaging

Update user messaging

POST https://ris.rightsline.com/v4/user/:userID/messaging

Headers

NameTypeDescription

x-api-key*

string

Your company's API key.

Authentication*

string

Authentication token.

Request Body

NameTypeDescription

disableMessages

boolean

If true, activity from this user will not generate audit messages. If false or not included in request, audit messages will send as normal.

{
    "message": "User messaging settings updated."
}

Last updated