Retrieve a list of all the external users in a specific organization.
Successful operation.
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
curl -i -X GET \ https://api-prod.surfsight.net/v2/organizations/:orgId/external-users
{- "users": [
- {
- "id": 32,
- "email": "email@email.com"
}
]
}