Get third-party user details
Returns a single RTI User by their user_id.
- The public record (name, ID, active status) is accessible without authentication.
- Registration data (webhooks, contact details) is only returned to authenticated suppliers using their API key.
Documentation Index
Fetch the complete documentation index at: https://docs.auth.energy/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key issued to TI Energy Suppliers for accessing restricted register data and submitting performance reports. Credentials are valid for 2 years and are distributed via a one-time URL from the Code Manager.
Path Parameters
The user_id of the RTI User, as returned by GET /v1/users.
Compact UUID generated by RECCo uniquely identifying the user with usr_.
^usr_[0-9a-f]{32}$"usr_550e8400e29b41d4a716446655440000"
Response
A single RTI User register entry.
An RTI User's entry in the TI User Register. Registration data (webhook URL, contact details) is only returned to authenticated suppliers.
Compact UUID generated by RECCo uniquely identifying the user with usr_.
^usr_[0-9a-f]{32}$"usr_550e8400e29b41d4a716446655440000"
Organisation's legal name.
200"Cucumber Energy Optimiser Ltd"
Short trading name displayed to consumers.
100"Optimiser"
The status of the user.
active, suspended, disabled, removed "active"
Support contact information for Users - email, url, telephone is acceptable.
"tariff-support@optimiser.co.uk"
ISO 8601 datetime with millisecond precision.
"2026-11-01T10:00:00.000Z"

