cURL
curl --request GET \ --url https://api.getgranite.ai/api/discovered_organizations
{ "email_address": "<string>", "discovered_organizations": [ { "organization_id": "<string>", "organization_name": "<string>", "organization_slug": "<string>", "membership_type": "<string>", "membership_details": {} } ] }
Get organizations available to the user during authentication
Successful Response
List of organizations discovered for user
User's email address
Organizations available to user
Show child attributes