:py:mod:`laceworksdk.api.v2.user_profile` ========================================= .. py:module:: laceworksdk.api.v2.user_profile .. autoapi-nested-parse:: Lacework UserProfile API wrapper. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: laceworksdk.api.v2.user_profile.UserProfileAPI .. py:class:: UserProfileAPI(session) Bases: :py:obj:`laceworksdk.api.base_endpoint.BaseEndpoint` A class used to represent the `User Profile API endpoint `_ . An organization can contain multiple accounts so you can also manage components such as alerts, resource groups, team members, and audit logs at a more granular level inside an organization. .. py:property:: session Get the :class:`HttpSession` instance the object is using. .. py:method:: get(account_name=None) A method to get Lacework sub-accounts that are managed by your organization account. Using no args will get all sub-accounts. :param account_name: Specify which sub-account to list. :type account_name: str, optional :returns: Details of the requested sub-account(s) :rtype: dict