You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get the users for the limited number of apps not all of them. you get get_users function but do not have more parameters, to filter out only 22 apps rather than all of them from my rstudioconnect.
Am I doing the right thing in order to get the users for the apps I am interested rather than all the apps?
I get an error :
Error in sprintf("v1/users?page_number=%d&page_size=%d", page_number, :
invalid format '%d'; use format %s for character objects
Please help?
The text was updated successfully, but these errors were encountered:
gabrielburcea
changed the title
how to get users only from limited number of apps not all of them?
how to get users only for limited number of apps?
May 2, 2023
Hello team,
I am trying to get the users for the limited number of apps not all of them. you get get_users function but do not have more parameters, to filter out only 22 apps rather than all of them from my rstudioconnect.
This is an example I have:
Then I take the app names with this code:
And based now tried this code to get the users linked to my shiny_rsc_titles with this code:
Am I doing the right thing in order to get the users for the apps I am interested rather than all the apps?
I get an error :
Please help?
The text was updated successfully, but these errors were encountered: