Version 4.0.24.16
Set the value of a user attribute for a group.
For information about how user attribute values are calculated, see Set User Attribute Group Values.
Request
PATCH
/groups/{group_id}/attribute_values/{user_attribute_id}
Datatype
Description
Request
path
Expand HTTP Path definition...
group_id
Id of group
user_attribute_id
Id of user attribute
body
Expand HTTP Body definition...
body
New value for group.
Expand UserAttributeGroupValue definition...
can
lock
Operations the current user is able to perform on this object
id
lock
Unique Id of this group-attribute relation
group_id
lock
Id of group
user_attribute_id
lock
Id of user attribute
value_is_hidden
lock
If true, the "value" field will be null, because the attribute settings block access to this value
rank
lock
Precedence for resolving value for user
value
lock
Value of user attribute for group
Response
200: Group value object.
Datatype
Description
(object)
can
lock
Operations the current user is able to perform on this object
id
lock
Unique Id of this group-attribute relation
group_id
lock
Id of group
user_attribute_id
lock
Id of user attribute
value_is_hidden
lock
If true, the "value" field will be null, because the attribute settings block access to this value
rank
lock
Precedence for resolving value for user
value
lock
Value of user attribute for group
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
403: Permission Denied
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
422: Validation Error
Datatype
Description
(object)
message
lock
Error details
errors
Expand ValidationErrorDetail definition...
field
lock
Field with error
code
lock
Error code
message
lock
Error info message
documentation_url
lock
Documentation link
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link