v7

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01120263252.9 KB
User Attribute Values

Upsert user attribute value

post/api/v1/user-attribute-values

Request body

userAttributeIdstring required
userIdstring required
{"stackTrail":"components:schemas:UserAttributeValueCreateInput:properties:value:oneOf","oasType":"schema","type":"unknown","nullable":true}

Response

descriptionstring nullable
displayNamestring nullable
{"stackTrail":"components:schemas:UserAttributeValue:properties:formattedValue:oneOf","oasType":"schema","type":"unknown","nullable":true}
namestring required
type'string' | 'number' | 'boolean' | 'string_array' | 'number_array' required
userAttributeIdinteger required
userIdinteger required
{"stackTrail":"components:schemas:UserAttributeValue:properties:value:oneOf","oasType":"schema","type":"unknown","nullable":true}