Method: Contentful::Management::Client#users
- Defined in:
- lib/contentful/management/client.rb
#users ⇒ Contentful::Management::ClientUserMethodsFactory
Allows viewing of users in context of the current client Allows listing all users for client.
157 158 159 |
# File 'lib/contentful/management/client.rb', line 157 def users ClientUserMethodsFactory.new(self) end |