client.users.post_access_email
A method of the Users endpoint.
- post_access_email(id: int) Response
Sends the target user a ‘Reset Password’ or ‘Welcome to Platform’ email depending on the their status - Only available to Org and Team Admins
API URL:
POST /users/{id}/access_emailimport civis client = civis.APIClient() response = client.users.post_access_email(...)
- Parameters:
- idint
The ID of this user.
- Returns:
- None
Response code 204: success