Suche in diesem Bereich
Table of Contents
Description
The User object is required in order to represent a user. Every user has a name and a context whose combination uniquely identifies the user.
The user object can be used as owner / updater or for authentication. Dependent on this, a corresponding parent tag must be used. The password field is only used for the authentication.
Structure
Keyword XML | Occurs | Type | Format | Description |
---|---|---|---|---|
context | 1 | Integer | int32 | The context of the user in the system |
password | 0 - 1 | string | The password of the user in the system | |
default_mail | 1 | string | Default email address | |
language | 1 | sting | User language. The setting affects the language of the user interface and system messages. Possible values:
| |
owner | 1 | object | Parent user |
Usage
The user object is part of the auth bloc.
Overview
Content Tools