Notifications

List the notifications for a user

get

Get the users MFA status

Authorizations
AuthorizationstringRequired
Path parameters
userIdstringRequired

The ID of the user

Responses
200

successful operation

application/json
get
/users/{userId}/notifications

Creates a new user notification

post

Creates a new user notification

Authorizations
AuthorizationstringRequired
Path parameters
userIdstringRequired

The ID of the user

Body
objectOptional

Refer to the /schemas/notification endpoint for the JSON Schema definition

Responses
200

successful operation

application/json
post
/users/{userId}/notifications

Updates a new user notification

put

Updates a new user notification

Authorizations
AuthorizationstringRequired
Path parameters
userIdstringRequired

The ID of the user

notificationIdstringRequired

The ID of the notification

Body
objectOptional

Refer to the /schemas/notification endpoint for the JSON Schema definition

Responses
200

successful operation

application/json
put
/users/{userId}/notifications/{notificationId}

Deletes a new user notification

delete

Deletes a new user notification

Authorizations
AuthorizationstringRequired
Path parameters
userIdstringRequired

The ID of the user

notificationIdstringRequired

The ID of the notification

Responses
200

successful operation

application/json
Responseobject
delete
/users/{userId}/notifications/{notificationId}