Fetch Users and Groups
Users
Get all the users
Get a list of all available users in your channel
GET
https://app.insurehero.io/api/shield/v1/users
Headers
Query Parameters
Get a specific user
You can get a user using its uid or id.
Headers
Path Parameters
Query Parameters
Or using its email.
GET
https://api.insurehero.io/api/shield/v1/users/by-email/:userEmail
Path Parameters
Example Response
Groups
Get all the groups
Get a list of all available groups in your channel
GET
https://app.insurehero.io/api/shield/v1/groups
Headers
Query Parameters
Last updated