PUT
/
api
/
v1
/
org
/
attributes
/
{userAttributeUuid}
{
  "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"
}

Path Parameters

userAttributeUuid
string
required

the UUID for the group to add the user to

Body

application/json
the user attribute to update

Response

200
application/json
Ok

The response is of type object.