Application Users#

Do not construct this object directly, instead access the application_users property of an ngrok.Client object.

class ngrok.services.ApplicationUsersClient(client)[source]#
delete(id)[source]#

Delete an application user by ID.

Parameters:

id (str) – a resource identifier

https://ngrok.com/docs/api#api-application-users-delete

get(id)[source]#

Get an application user by ID.

Parameters:

id (str) – a resource identifier

https://ngrok.com/docs/api#api-application-users-get

Return type:

ApplicationUser

list(before_id=None, limit=None)[source]#

List all application users for this account.

Parameters:
  • before_id (Optional[str, None]) –

  • limit (Optional[str, None]) –

https://ngrok.com/docs/api#api-application-users-list

Return type:

ApplicationUserList