v1

latestOpenAPI 3.0.02026-08-04265791.1 MB
Users

Invite users

Send account activation reminder

Sends a reminder email to users. Only users who have not already logged in the application and have a work email (user.email) will be notified. This email contains information for the user to log in the application with their account.

post/public/api/users/reminders

Headers

Acceptstring

e.g. application/json

Request body

userIdsstring[]

Example request

{
  "userIds": [
    "53fb03c6546847ee0d30086a",
    "53fb03c6546847ee0d30086b"
  ]
}

Response

OK