User

  • The JSON representation defines a user belonging to an enterprise using an accountIdentifier.

  • The accountIdentifier is a unique, user-created string that cannot be updated and should not contain PII, with a maximum length of 1024 characters.

A user belonging to an enterprise.

JSON representation
{
  "accountIdentifier": string
}
Fields
accountIdentifier

string

A unique identifier you create for this user, such as user342 or asset#44418. This field must be set when the user is created and can't be updated. This field must not contain personally identifiable information (PII). This identifier must be 1024 characters or less; otherwise, the update policy request will fail.