Table of Contents

Description

The Auth element represents the authentication for a user and must be placed inside of a <request> element.

Structure

Keyword XMLOccursTypeFormatDescription

user

1

string


User name

context

1

number

int32

Context of the user

password

1

string


Password of the user

token

0 - 1

string


One Time Token for 2FA. See Authentication.

XML Example

<auth>
	<user>USER</user>
	<context>CONTEXT</context>
	<password>PASSWORD</password>
</auth>