# Get Single User **GET /staff/v1/businessLocations/{businessLocationId}/staff/{staffId}** ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **businessLocationId** (integer(int64)) The unique identifier for the business location. - **staffId** (integer(int64)) The unique identifier for the user. ## Responses ### 200 User object #### Body: application/json (object) - **staffId** (integer(int64)) The unique identifier for the user. - **username** (string) The staff username. Only used for POS staff. - **userTypes** (array[string]) The user type. - **firstName** (string) The first name of the user. - **lastName** (string) The last name of the user. - **email** (string(email)) The email associated with the user. Only used for Back Office staff. - **active** (boolean) Indicates if the user is active. - **createdOn** (string(date-time)) The timestamp of the creation of the user. - **modifiedOn** (string(date-time)) The timestamp of the last update to the user. - **businessId** (integer(int64)) The unique identifier for the business. - **businessLocationId** (integer(int64)) The unique identifier for the business location. - **groups** (array[object]) - **reportAccess** (array[string]) User report permissions. - **roles** (array[object]) The roles assigned to the user. [Powered by Bump.sh](https://bump.sh)