You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.
|`ignore_invalid_id`| When `true`, the job ignores invalid user IDs. Invalid user IDs are users that don't exist in the project. |
|`delete_from_org`| Delete user from the entire org instead of a single project. This feature is available in orgs with the Portfolio feature enabled. Requests must be by `user_ids`. Values can be either `True` or `False`. Defaults to `False`. |
|`include_mapped_user_ids`| When `true`, each valid `user_id` from `user_ids` is included in a corresponding object of `amplitude_ids` response array. |
The text was updated successfully, but these errors were encountered:
What can we improve?
Specify that boolean arguments must be sent as strings.
"ignore_invalid_id": true
. Possibly this is a bug rather than unspecified documentation.Which page needs an update?
amplitude-dev-center/docs/analytics/apis/user-privacy-api.md
Lines 64 to 66 in ba548ee
The text was updated successfully, but these errors were encountered: