Learn how to manage user accounts, attributes, and data in Authsignal using Server SDK
userId
and Authsignal will create the user record.
userId
, Authsignal will:
isEnrolled
- Whether the user has enrolled at least one authentication methodAttribute | Type | Description |
---|---|---|
email | string | User’s email address |
phoneNumber | string | User’s phone number in E.164 format (e.g., +1234567890) |
username | string | Primary identifier for passkeys (usually email address) |
displayName | string | Display name for passkeys (usually full name) |
custom | object | Custom data points to use with rules |
custom
field allows you to store additional user data that can be used in Authsignal rules. For example, you might store user tier, account type, or other business-specific attributes.+1234567890
)custom
field to use with Authsignal rules: