Update a specified user tag

Prev Next
Patch
/api/user-tags
Security
HTTP
Type bearer
Body parameters
{
  "userTagId": "7j4uouyqnl7e1gy3fh0n",
  "name": "Dev Admins",
  "description": "Administrators"
}
Expand All
object
userTagId
string
name
string
description
string
status
string
Valid values[ "Inactive", "Active" ]
userCount
integer (int32)
created
string (date-time)
modified
string (date-time)
external
boolean
membershipRule
boolean
userTagIdentityProviders
Array of object (UserTagIdentityProvider)
object
identityProvider
object (IdentityProviderDto)
id
string
name
string
type
string
Valid values[ "DEFAULT", "SAML" ]
externalId
string
attributeCriteriaBeans
Array of object (UserTagAttributeCriteria)
object
value
string
attributeId
string
operator
string
Responses
200

OK

object