Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The Network's unique integer ID, or subdomain Unique numeric network ID
Response
Password reset email sent successfully
Alpha Release: The Admin API and its documentation are currently in alpha and subject to change. Features, endpoints, and functionality may be modified or updated without notice.
curl --request POST \
--url https://api.mn.co/admin/v1/networks/{network_id}/members/{member_id}/password_resets \
--header 'Authorization: Bearer <token>'This response does not have an example.curl --request POST \
--url https://api.mn.co/admin/v1/networks/{network_id}/members/{member_id}/password_resets \
--header 'Authorization: Bearer <token>'This response does not have an example.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The Network's unique integer ID, or subdomain Unique numeric network ID
Password reset email sent successfully