Skip to main content
GET
Look Up a Data User by DUID

Authorizations

Authorization
string
header
required

JWT from GET /auth/token. Pass as Authorization: Bearer <token>. Expires after 7200s.

Path Parameters

duid
string
required

The Data User identifier to look up. Format: duid_ followed by 24 lowercase hex characters.

Unique identifier for a registered Data User organisation, issued by the register at onboarding.

Pattern: ^duid_[0-9a-f]{24}$
Example:

"duid_691df0c788ca043403b7fa90"

Response

Data User found and returned.

response
object
required
data-user
object
required

Public directory entry for a registered Data User organisation. Returned by GET /data-users/{duid}.

Last modified on March 25, 2026