get_accounts_by_authorizers

The get_accounts_by_authorizers method retrieves accounts associated with specific authorizers, serving as an essential tool for developers and users interested in understanding account access and control on the EOS blockchain.

Example use cases:

Account Access Analysis
Developers can utilize this method to discern which accounts have access through specific authorizers, fortifying access control and security management.

Permission Management
Users managing multiple accounts can benefit from this method by identifying which accounts are controlled by specific authorizers, optimizing permission management processes.

Enhanced Account Retrieval
This method facilitates the retrieval of accounts based on specific authorizers, fostering efficient data interaction and management on the EOS blockchain.


Parameters

parameter
type
description
keys
Array<string>
An array of public keys used to retrieve accounts.
accounts
Array<string>
An array of account names used to retrieve accounts.
actor
string
Name of the actor.
permission
string
Specifies the permission name.
Return Object

The get_accounts_by_authorizers method returns an object containing:

accounts (array of strings): An array of account names associated with the provided authorizers.

field
description
accounts
An array of account names associated with the provided authorizers.

JSON-RPC Request Example

get_accounts_by_authorizers Request
Response Example
get_accounts_by_authorizers Response

Share on
Share on FacebookShare on XShare on LinkedIn
Did you find this page useful?