# Get user logto config **GET /api/users/{userId}/logto-configs** Retrieve the exposed portion of a user's logto config. This endpoint currently includes only the MFA skip state. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **userId** (string) The unique identifier of the user. ## Responses ### 200 Returns the exposed user logto config fields. Currently, only the MFA skip state is available. #### Body: application/json (object) - **mfa** (object) ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 404 Not Found [Powered by Bump.sh](https://bump.sh)