get_authentications_by_user_id
Retrieve user authentication records by ID to manage access permissions and verify login methods across multiple identity providers.
Instructions
Get the authentications of an user
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ID of the parent resource | |
| cursor | No | Cursor for fetching the next page of results | |
| per_page | No | Number of results per page (default: 25) | |
| provider | No | Filter results on provider |