/membership/updateAttributes
  • 1 Minute to read
  • Dark
    Light

/membership/updateAttributes

  • Dark
    Light

Article summary

Post
/membership/updateAttributes

Updates the member attributes for a user within a group if the user is a member of the group.

If an attribute already exists, the value will be updated

If not, a new attribute will be created.
Request body example:
[

[
{"name":"car","value":"BMW"},
{"name":"mascot","value":"cat"},
{"name":"age","value":"18"},
]

Query parameters
userId
integer (int64) Required

ID of the user

groupId
integer (int64) Required

ID of the group

Body parameters
Array of object
object
name
string
value
string
Responses
200
400
404

Not found


Was this article helpful?