Fetch Users
Users
Get all the users
Get a list of all available users in your channel
GET
https://app.insurehero.io/api/shield/integrations/v1/users
Headers
Name
Type
Description
Authorization*
string
Bearer access token
Query Parameters
Name
Type
Description
from*
number
Starting record index
to*
number
Ending record index
Get a specific user
You can get a user using its uid or id.
Headers
Name
Type
Description
Authorization*
string
Bearer access token
Path Parameters
Name
Type
Description
userId*
string
Either user_id or uid
Query Parameters
Name
Type
Description
searchBy
id | uid
Field use to search for a matching user. Default to 'id'
Or using its email.
GET
https://api.insurehero.io/api/shield/v1/users/by-email/:userEmail
Path Parameters
Name
Type
Description
userEmail*
string
The user email
Example Response
To access these resources, please remember to visit the Links and Resources section of the documentation.
Last updated