A Member represents an individual user within an organization. Members are uniquely identified by their email address within each organization and can have different roles, authentication factors, and metadata.Documentation Index
Fetch the complete documentation index at: https://stytch.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Member management
Create a member
Update member details
Update member information using the Update Member endpoint:
Search members
Find members by email, name, or status using the Search Members endpoint:
Member status
A member’sstatus determines how they interact with your application:
- Active
- Pending
- Invited
- Deleted
Members become
active after successfully authenticating at least once. Active members can log in and access the application.When using email authentication, active members receive login emails that route to login_redirect_url.Member metadata
Members support two types of metadata for storing application-specific data:- Trusted Metadata
- Untrusted Metadata
Secure metadata that can only be modified by backend integrations:Access:
- Backend: Read and write
- Frontend: Read only
- Maximum 20 top-level keys per metadata object
- Cannot exceed 4KB in size per metadata object
Learn more
Member object
Complete member object reference
RBAC
Assign roles and permissions to members