Get user details
GET
https://app.speybooks.com/api/v1/admin/users/{id}Full detail for a single user: organisation membership, subscription status, suspension state, and the twenty most recent audit-log entries for that user. Returns 404 if the user does not exist.
Path parameters
idstringrequiredUser ID.
Response
200Full user profile with suspension status, organisation, and last 20 audit log entries.
Show response fields
organisationobjectShow child attributes
idstringnamestringplanstringsubscriptionStatusstringrecentActivityarray<object>Show child attributes
actionstringcreated_atstringdate-timedetailsobjectuserobjectShow child attributes
createdAtstringdate-timeemailstringfailedAttemptsintegerfullNamestringidintegerisActivebooleanisAdminbooleanlastLoginstringdate-timelockedUntilstringnullablesuspendedAtstringnullablesuspendedPermanentbooleansuspendedReasonstringnullabletotpEnabledbooleantotpVerifiedbooleanupdatedAtstringdate-timeError codes
404User not found.