# List app users **GET /apps/{appId}/users** Get all users for a specific app ## 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 ## Responses ### 200 List of users #### Body: application/json (array[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 [Powered by Bump.sh](https://bump.sh)