Audience
Application audience APIs for user groups and attributes.
Operations
GET
# Get user attributes
PATCH
# Update user attributes
Parameters
slug
string
Filter by attribute slug.
Response
200
User attributes
UserAttributesDetail
attributes
object
Examples
Parameters
Parameters are not required.
Was this section helpful?
GET
Response
Get user attributes
getUserAttributes
Parameters
No Parameters
Request body
attributes
object
Response
200
400
Updated attributes
UserAttributesDetail
attributes
object
Examples
Parameters
body:
body
Was this section helpful?
PATCH
Response
Update user attributes
updateUserAttributes
Operations
GET
# Get user groups
GET
# Get group categories
Parameters
No Parameters
Response
200
User groups
UserGroupsDetail
user_groups
object (UserGroups)
UserGroups
l1
array of integer
l2
array of integer
l3
array of integer
Examples
Parameters
Parameters are not required.
Was this section helpful?
GET
Response
Get user groups
getUserGroupsForUser
Parameters
No Parameters
Response
200
Categories
UserGroupCategoriesDetail
categories
array of object (UserGroupCategory)
Array of UserGroupCategory
name
string
key
string
Enum
description
string
Examples
Parameters
Parameters are not required.
Was this section helpful?
GET
Response