/AWS1/CL_TRN=>LISTUSERS()
¶
About ListUsers¶
Lists the users for a file transfer protocol-enabled server that you specify by passing
the ServerId
parameter.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_SERVERID
TYPE /AWS1/TRNSERVERID
/AWS1/TRNSERVERID
¶
A system-assigned unique identifier for a server that has users assigned to it.
Optional arguments:¶
IV_MAXRESULTS
TYPE /AWS1/TRNMAXRESULTS
/AWS1/TRNMAXRESULTS
¶
Specifies the number of users to return as a response to the
ListUsers
request.
IV_NEXTTOKEN
TYPE /AWS1/TRNNEXTTOKEN
/AWS1/TRNNEXTTOKEN
¶
If there are additional results from the
ListUsers
call, aNextToken
parameter is returned in the output. You can then pass theNextToken
to a subsequentListUsers
command, to continue listing additional users.