/main/api/v1/wallets/{id}/request-wallet-access

If an admin is not a member of the wallet, request wallet access as follows.

This operation is similar to the assign_user command, the differences are:

    1. Requires admin access
    1. No need to send user_id (it's ignored if sent)

User must not be a member of the wallet in order to request access (this is the case for regular assign_user
as well, where user_id shouldn't be a member).
When an external user is initiating the election, it's ok since they're not a member of the wallet
so his initial vote will not be cast.

Language
Authorization
URL
Click Try It! to start a request and see the response here!