Acquia · Schema

User

The response for a user object.

ContentExperience

Properties

Name Type Description
id integer The internal database ID (uid) of the user.
uuid string The UUID for the user.
name string The user name.
first_name string The first name of the user.
last_name string The last name of the user.
last_login_at string The date/time of the last login for the user.
created_at string The date/time when the user was created.
mail string The e-mail address of the user.
phone object The telephone numbers for the user.
job_title string The job title of the user.
job_function string The job function of the user.
company string The company of the user.
country string The country of the user.
state string The state of the user, if in the United States.
timezone string The timezone of the user.
picture_url string The user's picture url.
features array The various feature flags for the user.
flags object
metadata object Metadata related to the user.
_links object
View JSON Schema on GitHub