Skip to content

/AWS1/CL_WKRLISTUSERSRESPONSE

ListUsersResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_nexttoken TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING

The token to use for retrieving the next page of results. If this is not present, there are no more results.

it_users TYPE /AWS1/CL_WKRUSER=>TT_USERS TT_USERS

A list of user objects matching the specified filters and within the current page.


Queryable Attributes

nextToken

The token to use for retrieving the next page of results. If this is not present, there are no more results.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value

users

A list of user objects matching the specified filters and within the current page.

Accessible with the following methods

Method Description
GET_USERS() Getter for USERS, with configurable default
ASK_USERS() Getter for USERS w/ exceptions if field has no value
HAS_USERS() Determine if USERS has a value