Get event / sms notification settings
ObsoleteGET
/users/{user_email}Get email / sms notification settings for a user the requester has permission to view, including their own.
:::warning[]
This API is now obsoleted. "Get a user" can be used to retrieve the same data when passing show_notifications
param.
:::
Request
Path Params
user_email
string <email>
required
Query Params
show_notifications
boolean
required
Flag to get user notifications
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 2 months ago