Send an access email

POST/users/{user_id}/access-emails

Generates a new password for the user and emails the access credentials. The user's previous password stops working.

An access email can be sent to the same user at most once every 10 minutes. Earlier attempts return email_recently_sent.

AuthorizationBearer <token>

Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.

In: header

Path Parameters

user_id*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/users/string/access-emails"
{  "data": {    "object": "access_email",    "status": "queued"  }}