Set a group-scoped attribute value
attributes
Set a group-scoped attribute value
Assigns (creates or replaces) the attribute value for one group, with an optional precedence rank (lower wins for scalar multi-group resolution).
Authorization: Requires organization admin.
PUT
Set a group-scoped attribute value
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Standard identifier pattern for resource names
Pattern:
^[a-zA-Z0-9_ -]+$Body
application/json
Response
Value assigned
Available options:
default, group, user Email for user scope, group name for group scope, empty string for default.
Scalar or array matching the attribute's declared Malloy type, validated server-side. Intentionally schema-less because the concrete type varies per attribute (e.g. string[], number).