Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion main/docs/manage-users/my-account-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,16 @@ Allows the user to enroll a new authentication method (such as a passkey).

## Rate limits

During Early Access, the My Account API is limited at a tenant level to 25 requests per second.
During Early Access, the My Account API is subject to the following rate limits:

**Reading authentications methods**
- Self-service: 20 requests per second for each tenant, 5 requests per minute for each user
- All other tiers: 25 requests per second for each tenant, 5 requests per minute for each user

**Writing authentication methods**
- Self-service: 5 requests per second for each tenant, 5 requests per minute for each user
- All other tiers: 25 requests per second for each tenant, 5 requests per minute for each user


## Cross-Origin Requests

Expand Down