.. index:: UserLegalStatus .. _user-legal-status: User legal status ======================== Endpoint to retrieve user legal status for an user. Fields ------ Below are listed the specific user legal status that are returned: .. apifields:: .. apifield:: :name: dsaApproved :type: boolean :constraints: positive :required: true :updateable: false :writable: false The status of DSA approved of an user. Reference --------- .. endpoint:: GET /v2/users/{userId}/legal-status Retrieve legal status for an user Examples -------- .. include:: examples/get-user-legal-status-example.rst