You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Updates a Member specified by `organization_id` and `member_id`.
@@ -119,6 +120,7 @@ def update(
119
120
120
121
If this field is provided and a session header is passed into the request, the Member Session must have permission to perform the `update.settings.default-mfa-method` action on the `stytch.member` Resource.
121
122
Alternatively, if the Member Session matches the Member associated with the `member_id` passed in the request, the authorization check will also allow a Member Session that has permission to perform the `update.settings.default-mfa-method` action on the `stytch.self` Resource.
123
+
- email_address: Updates the Member's `email_address`, if provided.
"""Updates a Member specified by `organization_id` and `member_id`.
@@ -225,6 +230,7 @@ async def update_async(
225
230
226
231
If this field is provided and a session header is passed into the request, the Member Session must have permission to perform the `update.settings.default-mfa-method` action on the `stytch.member` Resource.
227
232
Alternatively, if the Member Session matches the Member associated with the `member_id` passed in the request, the authorization check will also allow a Member Session that has permission to perform the `update.settings.default-mfa-method` action on the `stytch.self` Resource.
233
+
- email_address: Updates the Member's `email_address`, if provided.
0 commit comments