Skip to main content
PUT
/
organizations
/
{orgId}
/
users
/
{id}
/
password
/
resend
Resend temporary password for user
curl --request PUT \
  --url https://api.m3ter.com/organizations/{orgId}/users/{id}/password/resend \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

m3ter supports machine to machine authentication using the clientCredentials OAuth2 flow.

The authorizationCode flow controls access for human users via the m3ter Console application.

Path Parameters

orgId
string
required

UUID of the organization

id
string
required

UUID of the user

Response

Temporary password email sent successfully