User

Get a user

Get a single team member (user) by their Distru user ID, scoped to your company.

This is a read-only endpoint and does not change anything in the system. Returns 404 if no user with that ID exists within your company — including a user that belongs to a different company, whose ID is treated as not found rather than leaked across companies. Soft-deleted users are still returned here (unlike the list endpoint, which hides them by default); a soft-deleted user comes back with a non-null deleted_at.

Like the list endpoint, this data is eventually consistent and may lag a recent create, update, or delete by up to ~1 second.

Required permission: settings_permissions_manage_team.

get/public/v1/users/{id}

Path parameters

idstring required

The user's Distru ID, as returned in the id field of the users list.

Response

A single user

Changes

No recorded changes to this endpoint across all 1 revision of this API.