It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
UserMetadata
editUserMetadata
editMetadata for a user
Properties
edit-
created_at
(string
asdate-time
) - The date and time when the user was created
-
created_by
(string
) - The Id of the user that created this user
-
first_login_at
(string
asdate-time
) - The date and time when the user first logged in
-
last_login_at
(string
asdate-time
) - The date and time when the user last logged in
-
updated_at
(string
asdate-time
) - The date and time when the user was last updated
-
updated_by
(string
) - The Id of the user that last updated this user
Example
edit{ "created_at" : "2019-01-01T00:00:00Z", "created_by" : "string", "first_login_at" : "2019-01-01T00:00:00Z", "last_login_at" : "2019-01-01T00:00:00Z", "updated_at" : "2019-01-01T00:00:00Z", "updated_by" : "string" }