User

  • A user is represented by a JSON object with an accountIdentifier.

  • The accountIdentifier is a required, unique string identifier that cannot be updated and must not contain personally identifiable information (PII).

  • The accountIdentifier must be 1024 characters or less.

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.