cURL
curl --request PUT \ --url http://api/v1/org/attributes/{userAttributeUuid} \ --header 'Content-Type: application/json' \ --data ' { "description": "<string>", "name": "<string>", "attributeDefault": "<string>", "groups": [ { "value": "<string>", "groupUuid": "<string>" } ], "users": [ { "userUuid": "<string>", "value": "<string>" } ] } '
{ "results": { "attributeDefault": "<string>", "groups": [ { "value": "<string>", "groupUuid": "<string>" } ], "users": [ { "value": "<string>", "email": "<string>", "userUuid": "<string>" } ], "description": "<string>", "organizationUuid": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z", "uuid": "<string>" }, "status": "ok" }
Updates a user attribute
the UUID for the group to add the user to
the user attribute to update
the user attribute to update From T, pick a set of properties whose keys are in the union K
Show child attributes
Ok
ok