Member object
Fields
organization_id string
member_id string
email_address string
email_address_verified boolean
status string
mfa_enrolled boolean
mfa_phone_number string
mfa_phone_number_verified boolean
name string
trusted_metadata object
untrusted_metadata object
sso_registrations array[objects]
oauth_registrations array[object]
member_password_id string
is_breakglass boolean
OBJECT
{
"member": {
"email_address": "sandbox@stytch.com",
"email_address_verified": true,
"member_password_id": "member-password-test-51861cbc-d3b9-428b-9761-227f5fb12be9",
"member_id": "member-test-32fc5024-9c09-4da3-bd2e-c9ce4da9375f",
"name": "Test Member",
"organization_id": "organization-test-07971b06-ac8b-4cdb-9c15-63b17e653931",
"status": "active",
"is_breakglass": false,
"mfa_enrolled": true,
"mfa_phone_number": "+12025550162",
"mfa_phone_number_verified": true,
"trusted_metadata": {
"role": "admin",
"teams": ["tech", "support"]
},
"untrusted_metadata": {
"job_title": "Business Analyst",
"preferred_locales": ["en", "es"]
},
"oauth_registrations": [{
"member_oauth_registration_id": "oauth-user-test-de86770c-911d-463f-80e7-f1b089cead14",
"provider_subject": "10769150350006150715113082367",
"provider_type": "Google",
"profile_picture_url": "example.com",
"locale": "en"
}],
"sso_registrations": [{
"connection_id": "saml-connection-test-51861cbc-d3b9-428b-9761-227f5fb12be9",
"external_id": "sandbox@stytch.com",
"registration_id": "saml-member-registration-test-9a6d293d-d8b3-42e8-abb4-220cc2060e93",
"sso_attributes": {
"email": ["sandbox@stytch.com"],
"first_name": ["Test"],
"last_name": ["Member"]
}
}]
}
}