Gets all users belonging to the app based on the client_id
.
Request
POST <https://api.ezid.io/email-link/getusers>
Content-type: application/json
{
"client_id":"8b5e6e7a45caec7b891c13a8a2484acf",
"client_secret":"4d6765d698ce1824a678ca07143decdba4c123d08743e72eb8b0bf7fc4028d8e"
}
Response
{
"users": [
{
"email": "[email protected]"
},
{
"email": "[email protected]"
},
{
"email": "[email protected]"
}
]
}
Prev: Verify email link
Next: Refresh token