users
Get all users who have authorized a particular grantee (developer app) identified by their wallet address. Supports pagination.
get/grantees/{address}/users
Path parameters
addressstring required
The wallet address of the grantee (developer app)
Query parameters
offsetinteger
The number of items to skip. Useful for pagination (page number * limit)
limitinteger
The number of items to fetch
is_approvedboolean
If true, only return users where the grant has been approved. If false, only return users where the grant was not approved. If omitted, returns all users regardless of approval status.
is_revokedboolean
If true, only return users where the grant has been revoked. Defaults to false.
user_idstring
The user ID of the user making the request
Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.