AgreementAccess =============== An AgreementAccess resource is used for :doc:`/resources/OrganizationAccess` which represents if a user has access to an :doc:`/resources/Agreement`. Resource definition ------------------- .. literalinclude:: _static/AgreementAccess.json :language: json +-------------------+--------------------------+-------------------------------------------------------------------------+ | Name | Type | Description | +===================+==========================+=========================================================================+ | HasAccess | bool | If user has access to the agreement | +-------------------+--------------------------+-------------------------------------------------------------------------+ | Agreement | Agreement | :doc:`/resources/Agreement` | +-------------------+--------------------------+-------------------------------------------------------------------------+ Operations on organization -------------------------- - :doc:`/scenarios/organizationaccess-get`