Update a specified user tag
- Print
- PDF
Update a specified user tag
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Patch
/api/user-tags
Security
HTTP
Type bearer
Body parameters
{
"userTagId": "7j4uouyqnl7e1gy3fh0n",
"name": "Dev Admins",
"description": "Administrators"
}
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
Was this article helpful?