Skip to main content

Identify user

Identify a user and retrieve their flags and traits in response.

Request Body
traits object[]
trait_key string
trait_value string
identifier string
Responses
200

OK

Schema
object[]
identifier string
flags array
feature object
id integer
name string
type string
feature_state_value

Can be any of the following types: string, integer, boolean, float

enabled boolean
traits object[]
trait_key string
trait_value string
POST /identities
Body
Loading...
https://edge.api.flagsmith.com/api/v1
curl -L -X POST 'https://edge.api.flagsmith.com/api/v1/identities' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'