cURL
curl --request POST \ --url https://api.example.com/v1/users/{id}/email/activate-user \ --header 'Content-Type: application/json' \ --data ' { "permission": "permissionId" } '
Send activate user email
ok
Was this page helpful?