POST
/
users
/
resend
curl --request POST \
  --url https://api.gleap.io/v3/users/resend \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>"
}'
true

Body

application/json

Response

200 - application/json

Ok

The response is of type boolean.