Skip to content

List identities

POST
/environments/{environment}/identities/search
environment
required
string

Environment ID

page
integer
default: 1 >= 1

Page number (starting from 1)

limit
integer
default: 15 >= 1 <= 100

Number of items per page

object
search
string
traits_filter

Condition property can be any trait you synced to identities in Fecusio.

Array<object>
object
operator
string
Allowed values: and or
conditions
Array<object>
object
property
string
value
Any of:
string
comparison
string
Allowed values: equals not_equals in not_in all any none greater_than less_than exists not_exists
filter

Condition property can be one of: type, has_override, overridden_flag.

Array<object>
object
property
string
value
Any of:
string
comparison
string
Allowed values: equals not_equals in not_in all any none greater_than less_than exists not_exists

Successful response

object
data
Array<object>
object
id
string
type
object
id
string
is_default
boolean
name
string
display_name_trait
string
nullable
icon
string
color
string
Allowed values: gray red green blue purple orange pink
display_name
string
nullable
traits

Key-value pairs.

object
overrides_count
integer
created_at

Unix timestamp.

integer
updated_at

Unix timestamp.

integer
meta
object
current_page
integer
last_page
integer
total
integer