diff --git a/main/docs/manage-users/my-account-api.mdx b/main/docs/manage-users/my-account-api.mdx index 61a1ea65d..73a9ef7ed 100644 --- a/main/docs/manage-users/my-account-api.mdx +++ b/main/docs/manage-users/my-account-api.mdx @@ -103,19 +103,19 @@ The My Account API supports the following scopes: -create:me:authentication-methods +create:me:authentication_methods Allows the user to enroll a new authentication method. -read:me:authentication-methods +read:me:authentication_methods Allows the user to view existing authentication methods. -update:me:authentication-methods +update:me:authentication_methods Allows the user to modify existing authentication methods. -delete:me:authentication-methods +delete:me:authentication_methods Allows the user to modify existing authentication methods. @@ -893,59 +893,6 @@ dataTask.resume() ``` -## Endpoints - - - -The My Account API functionality is currently limited to [Native Passkey Enrollment](/docs/native-passkeys-api). Auth0 will add support for more self-service capabilities in the future. - - - -#### Authentication methods - -##### Enroll an authentication method - -Allows the user to enroll a new authentication method (such as a passkey). - -**ENDPOINT** - -`POST https://{yourDomain}/me/v1/authentication-methods` - -**SCOPES** - -`create:me:authentication-methods` - -**BODY PARAMETERS** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ParameterData typeRequired?Description
typestringRequiredThe type of authentication method. Available values: passkey.
connectionstringOptionalThe name of the connection on which to create the new authentication method.
identity_user_idstringOptionalThe identifier of the current user identity. Used with linked accounts.
## Rate limits