Skip to content

/AWS1/CL_QSTREGUSERRESPONSE

RegisterUserResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IO_USER TYPE REF TO /AWS1/CL_QSTUSER /AWS1/CL_QSTUSER

The user's user name.

IV_USERINVITATIONURL TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING

The URL the user visits to complete registration and provide a password. This is returned only for users with an identity type of QUICKSIGHT.

IV_REQUESTID TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING

The Amazon Web Services request ID for this operation.

IV_STATUS TYPE /AWS1/QSTSTATUSCODE /AWS1/QSTSTATUSCODE

The HTTP status of the request.


Queryable Attributes

User

The user's user name.

Accessible with the following methods

Method Description
GET_USER() Getter for USER

UserInvitationUrl

The URL the user visits to complete registration and provide a password. This is returned only for users with an identity type of QUICKSIGHT.

Accessible with the following methods

Method Description
GET_USERINVITATIONURL() Getter for USERINVITATIONURL, with configurable default
ASK_USERINVITATIONURL() Getter for USERINVITATIONURL w/ exceptions if field has no v
HAS_USERINVITATIONURL() Determine if USERINVITATIONURL has a value

RequestId

The Amazon Web Services request ID for this operation.

Accessible with the following methods

Method Description
GET_REQUESTID() Getter for REQUESTID, with configurable default
ASK_REQUESTID() Getter for REQUESTID w/ exceptions if field has no value
HAS_REQUESTID() Determine if REQUESTID has a value

Status

The HTTP status of the request.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS