cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#TEAMS_GET_USER_BY_EMAIL' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "TEAMS_GET_USER_BY_EMAIL", "parameters": { "teamId": "<string>", "emailId": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Specify the ID of the Team to search for users in. (example: e4da8430-de80-4815-9785-9c2441c24a7b)
Email : The email address of the user. (example: "[email protected]")
Success
Was this page helpful?