Preparing search index...
The search index is not available
braze-api
braze-api
SubscriptionUserStatusResponse
Interface SubscriptionUserStatusResponse
interface
SubscriptionUserStatusResponse
{
errors
?:
string
[]
;
message
:
string
;
total_count
:
number
;
users
:
{
email
:
null
|
string
;
external_id
:
null
|
string
;
phone
:
null
|
string
;
subscription_groups
:
{
channel
:
string
;
id
:
string
;
name
:
string
;
status
:
"Subscribed"
|
"Unsubscribed"
;
}
[]
;
}
[]
;
}
Index
Properties
errors?
message
total_
count
users
Properties
Optional
errors
errors
?:
string
[]
message
message
:
string
total_
count
total_
count
:
number
users
users
:
{
email
:
null
|
string
;
external_id
:
null
|
string
;
phone
:
null
|
string
;
subscription_groups
:
{
channel
:
string
;
id
:
string
;
name
:
string
;
status
:
"Subscribed"
|
"Unsubscribed"
;
}
[]
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
errors
message
total_
count
users
braze-api
Loading...