Skip to content

/AWS1/CL_WKRUPDATEUSERRESPONSE

UpdateUserResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_userid TYPE /AWS1/WKRUSERID /AWS1/WKRUSERID

The unique identifier of the updated user.

iv_networkid TYPE /AWS1/WKRNETWORKID /AWS1/WKRNETWORKID

The ID of the network where the user was updated.

iv_suspended TYPE /AWS1/WKRBOOLEAN /AWS1/WKRBOOLEAN

Indicates whether the user is suspended after the update.

Optional arguments:

it_securitygroupids TYPE /AWS1/CL_WKRSECGROUPIDLIST_W=>TT_SECURITYGROUPIDLIST TT_SECURITYGROUPIDLIST

The list of security group IDs to which the user now belongs after the update.

iv_firstname TYPE /AWS1/WKRSENSITIVESTRING /AWS1/WKRSENSITIVESTRING

The updated first name of the user.

iv_lastname TYPE /AWS1/WKRSENSITIVESTRING /AWS1/WKRSENSITIVESTRING

The updated last name of the user.

iv_middlename TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING

The middle name of the user (currently not used).

iv_modified TYPE /AWS1/WKRINTEGER /AWS1/WKRINTEGER

The timestamp when the user was last modified, specified in epoch seconds.

iv_status TYPE /AWS1/WKRINTEGER /AWS1/WKRINTEGER

The user's status after the update.

iv_invitecode TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING

The updated invite code for the user, if applicable.

iv_inviteexpiration TYPE /AWS1/WKRINTEGER /AWS1/WKRINTEGER

The expiration time of the user's invite code, specified in epoch seconds.

iv_codevalidation TYPE /AWS1/WKRBOOLEAN /AWS1/WKRBOOLEAN

Indicates whether the user can be verified through a custom invite code.


Queryable Attributes

userId

The unique identifier of the updated user.

Accessible with the following methods

Method Description
GET_USERID() Getter for USERID, with configurable default
ASK_USERID() Getter for USERID w/ exceptions if field has no value
HAS_USERID() Determine if USERID has a value

networkId

The ID of the network where the user was updated.

Accessible with the following methods

Method Description
GET_NETWORKID() Getter for NETWORKID, with configurable default
ASK_NETWORKID() Getter for NETWORKID w/ exceptions if field has no value
HAS_NETWORKID() Determine if NETWORKID has a value

securityGroupIds

The list of security group IDs to which the user now belongs after the update.

Accessible with the following methods

Method Description
GET_SECURITYGROUPIDS() Getter for SECURITYGROUPIDS, with configurable default
ASK_SECURITYGROUPIDS() Getter for SECURITYGROUPIDS w/ exceptions if field has no va
HAS_SECURITYGROUPIDS() Determine if SECURITYGROUPIDS has a value

firstName

The updated first name of the user.

Accessible with the following methods

Method Description
GET_FIRSTNAME() Getter for FIRSTNAME, with configurable default
ASK_FIRSTNAME() Getter for FIRSTNAME w/ exceptions if field has no value
HAS_FIRSTNAME() Determine if FIRSTNAME has a value

lastName

The updated last name of the user.

Accessible with the following methods

Method Description
GET_LASTNAME() Getter for LASTNAME, with configurable default
ASK_LASTNAME() Getter for LASTNAME w/ exceptions if field has no value
HAS_LASTNAME() Determine if LASTNAME has a value

middleName

The middle name of the user (currently not used).

Accessible with the following methods

Method Description
GET_MIDDLENAME() Getter for MIDDLENAME, with configurable default
ASK_MIDDLENAME() Getter for MIDDLENAME w/ exceptions if field has no value
HAS_MIDDLENAME() Determine if MIDDLENAME has a value

suspended

Indicates whether the user is suspended after the update.

Accessible with the following methods

Method Description
GET_SUSPENDED() Getter for SUSPENDED, with configurable default
ASK_SUSPENDED() Getter for SUSPENDED w/ exceptions if field has no value
HAS_SUSPENDED() Determine if SUSPENDED has a value

modified

The timestamp when the user was last modified, specified in epoch seconds.

Accessible with the following methods

Method Description
GET_MODIFIED() Getter for MODIFIED, with configurable default
ASK_MODIFIED() Getter for MODIFIED w/ exceptions if field has no value
HAS_MODIFIED() Determine if MODIFIED has a value

status

The user's status after the update.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

inviteCode

The updated invite code for the user, if applicable.

Accessible with the following methods

Method Description
GET_INVITECODE() Getter for INVITECODE, with configurable default
ASK_INVITECODE() Getter for INVITECODE w/ exceptions if field has no value
HAS_INVITECODE() Determine if INVITECODE has a value

inviteExpiration

The expiration time of the user's invite code, specified in epoch seconds.

Accessible with the following methods

Method Description
GET_INVITEEXPIRATION() Getter for INVITEEXPIRATION, with configurable default
ASK_INVITEEXPIRATION() Getter for INVITEEXPIRATION w/ exceptions if field has no va
HAS_INVITEEXPIRATION() Determine if INVITEEXPIRATION has a value

codeValidation

Indicates whether the user can be verified through a custom invite code.

Accessible with the following methods

Method Description
GET_CODEVALIDATION() Getter for CODEVALIDATION, with configurable default
ASK_CODEVALIDATION() Getter for CODEVALIDATION w/ exceptions if field has no valu
HAS_CODEVALIDATION() Determine if CODEVALIDATION has a value