Get user details

GEThttps://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

idstringrequired
User ID.

Response

200Full user profile with suspension status, organisation, and last 20 audit log entries.
Show response fields
organisationobject
Show child attributes
idstring
namestring
planstring
subscriptionStatusstring
recentActivityarray<object>
Show child attributes
actionstring
created_atstringdate-time
detailsobject
userobject
Show child attributes
createdAtstringdate-time
emailstring
failedAttemptsinteger
fullNamestring
idinteger
isActiveboolean
isAdminboolean
lastLoginstringdate-time
lockedUntilstringnullable
suspendedAtstringnullable
suspendedPermanentboolean
suspendedReasonstringnullable
totpEnabledboolean
totpVerifiedboolean
updatedAtstringdate-time

Error codes

404User not found.