# NOT RUN {
# The following example shows a user requesting a list of only the
# completed account creation requests made for the current organization:
# }
# NOT RUN {
svc$list_create_account_status(
States = list(
"SUCCEEDED"
)
)
# }
# NOT RUN {
# The following example shows a user requesting a list of only the
# in-progress account creation requests made for the current organization:
# }
# NOT RUN {
svc$list_create_account_status(
States = list(
"IN_PROGRESS"
)
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab