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
Copy file name to clipboardExpand all lines: docs/user-management/manage-users.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ It supports keyword mapping for [`name`](/user-management/user-data#name), [`id`
22
22
23
23
Using the Console, developers can create new accounts for end-users. To do so, click on the "Add user" button in the screen's upper right corner.
24
24
25
-
When creating a user in the Logto Console or via the Management API (not end user self-registered via the UI), you must provide at least one identifier: `primary email`, `primary phone`, or `username`. The `name` field is optional.
25
+
When creating a user in the Logto Console, you must provide at least one identifier: `primary email`, `primary phone`, or `username`. The `name` field is optional. This requirement only applies to the Console. The Management API's [Create user endpoint](https://openapi.logto.io/operation/operation-createuser) can create a user without any of these identifiers.
26
26
27
27
After the user is created, Logto will automatically generate a random password. The initial password will only appear one time, but you can [reset the password](./manage-users#reset-user-password) later. If you want to set a specific password, use the Management API `patch /api/users/{userId}/password` to update it after the user has been created.
0 commit comments