User settings
Get expiring dates on flags for user
Get a list of flags for which the given user is scheduled for removal.
get/api/v2/users/{projectKey}/{userKey}/expiring-user-targets/{environmentKey}
Path parameters
projectKeystring string required
The project key
The project key
userKeystring string required
The user key
The user key
environmentKeystring string required
The environment key
The environment key
Response
Expiring user target response
Example response
{
"items": [
{
"_id": "12ab3c45de678910fgh12345",
"_version": 1,
"userKey": "example-user-key",
"targetType": "included",
"variationId": "ce67d625-a8b9-4fb5-a344-ab909d9d4f4d"
}
]
}