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

Query Parameters

Headers

[
    {
        "id": "4bfb9fc7-e0cb-41f0-8366-810b6423907g",
        "first_name": "John",
        "last_name": "Doe"
    },
    {
        "id": "d3be063e-f119-47fe-8a6b-96d4cb97491d",
        "first_name": "Anna",
        "last_name": "Wisdomme"
    },
    ...
]

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

Headers

Request Body

{
    "user_id": "b12de3df-68f4-4859-9854-0a0aa1627537"
    "consent_id": "49405854-71d9-42e2-8b3f-5aafaf5c2836"
    "is_granted": true
}

Last updated