Skip to main content
Version: v41

user_attribute

A user attribute in key/value format. Following attribute keys are not allowed: id, sourceUserID, principal, fullName, givenName, sn, userPrincipalName, distinguishedName, cn, windowsAccount, unixAccount, name, company, departmentNumber, mail, email, mobile, whenCreated, whenChanged, objectClass, tags, displayName

keystring

the name of the user attribute

Example: windows_sid
valuestring

the value of the user attribute

Example: some_value
user_attribute
{
"key": "windows_sid",
"value": "some_value"
}