# Get user details **GET /apps/{appId}/users/{userId}** Get detailed information about a specific user, including workspace information. **Important:** Use the workspace ID from this response in the Workspace-ID header for subsequent API calls. Note that workspace information is only available when the user status is 'completed'. ## Servers - Sandbox - Banking Operations: https://bank.bank.place (Sandbox - Banking Operations) - Sandbox - Authentication: https://auth.bank.place (Sandbox - Authentication) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **appId** (integer) App ID - **userId** (integer) User ID ## Responses ### 200 User details with roles and workspace information #### Body: application/json (object) - **createdAt** (string) Creation timestamp - **edges** (object) - **email** (string) User email - **id** (integer) User ID - **status** (string) User status (e.g., pending, completed) - **userType** (string) User type (personal/business) ### 401 Unauthorized #### Body: application/json (object) - **errorCode** (string) Error code - **message** (string) Error message ### 404 User not found #### Body: application/json (object) - **errorCode** (string) Error code - **message** (string) Error message [Powered by Bump.sh](https://bump.sh)