Skip to content

Commit 34864ed

Browse files
authored
chore: add explainer table for identity metadata & traits (#2216)
chore: add explaienr table for identity metadata & traits
1 parent 567872e commit 34864ed

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/kratos/manage-identities/10_managing-users-identities-metadata.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ Identities have traits and metadata:
1414
sign up date if the identity was created through a migration. Other common use cases include for example storing a user's
1515
subscription status, legacy user ID, or basic roles.
1616

17+
## At a glance
18+
19+
| | User changeable via [settings](../../reference/api#tag/frontend/operation/updateSettingsFlow) flow | Available in [toSession](../../reference/api#tag/frontend/operation/toSession) API | [getIdentity](../../reference/api#tag/identity/operation/getIdentity) API (updatable via [updateIdentity](../../reference/api#tag/identity/operation/updateIdentity)) |
20+
| ----------------- | -------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
21+
| `traits` ||||
22+
| `metadata_public` | |||
23+
| `metadata_admin` | | ||
24+
1725
## Metadata
1826

1927
There are two types of identity metadata:

0 commit comments

Comments
 (0)