Resend a new API user's temporary password
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Provided valid credentials, this route resends an email with temporary password for newly invited API user
email
string
required
The email address of the API user
service
string
enum
required
Defaults to OS
The Canopy UI userpool to which the API user belongs
BPOS
Allowed:
BP``OS
``200 API user successfully registered
``401
Unauthorized.
``403
Forbidden.
``404
User not found.
``429
Too many requests.
``default
Unexpected Error.
Updated 6 months ago
ShellNodeRubyPHPPython
Bearer
Base URL
https://Contact sales to enable your sandbox/api_users/password
xxxxxxxxxx
curl --request POST \
--url https://contact/%20sales%20to%20enable%20your%20sandbox/api_users/password \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"service":"OS"}'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
``200
Updated6 months ago