User
Search for user using different options
GET
https://app.bookboost.io/api/v2/partners/resources/app/{appUuid}/users/search
Returns list of users that match specified search criteria. At least one of the query parameters is required to perform a search.
Path Parameters
Name | Type | Description |
---|---|---|
appUuid* | String | The ID of an app within the organization |
Query Parameters
Name | Type | Description |
---|---|---|
first_name | String | User first name |
last_name | String | User last name |
String | User e-mail address | |
external_id | String | If you have PMS/Importer integration, and the user comes from there, then you can search by their PMS ID |
Headers
Name | Type | Description |
---|---|---|
Authorization* | Organization API key |
Save user consent
POST
https://app.bookboost.io/api/v2/partners/resources/app/{app_id}/users/{user_id}/consents
Create or update the existing consent for a particular user
Path Parameters
Name | Type | Description |
---|---|---|
app_id* | String | ID of an app within the organization |
user_id* | String | User ID |
Headers
Name | Type | Description |
---|---|---|
Authorization | String | Organization API key |
Request Body
Name | Type | Description |
---|---|---|
consent_id* | String | Consent ID |
granted* | Bool | Did user granted this consent |
Last updated