Method: Contentful::Management::Client#users

Defined in:
lib/contentful/management/client.rb

#usersContentful::Management::ClientUserMethodsFactory

Allows viewing of users in context of the current client Allows listing all users for client.

Returns:

  • (Contentful::Management::ClientUserMethodsFactory)

See Also:

  • README for details.


157
158
159
# File 'lib/contentful/management/client.rb', line 157

def users
  ClientUserMethodsFactory.new(self)
end