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]¶ -
-
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
-
list(before_id=None, limit=None)[source]¶ List all application users for this account.
- Parameters
before_id (
Optional[str]) –limit (
Optional[str]) –
https://ngrok.com/docs/api#api-application-users-list
- Return type
-