Add Organization with Token
PUT/api/experian/organizations/:organizationId
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Deprecated — use Add Organization followed by Submit KBA Answers instead.
Associates an existing Experian-issued end-user token with an organization. The token must already have been issued to you out of band — most commonly by a prior registration. Nothing is exchanged: this endpoint does not contact Experian, and it performs no identity verification.
Two consequences worth understanding before using it:
- Because Experian is never contacted, the organization is not put through registration. No KBA is issued and no identity is verified.
- The endpoint does not capture Experian TSP tenancy for the stored token. An
organization registered this way can end up in the unbound-user state that
surfaces later as Experian
/v3/shareerrors9007/9008when a PMC user tries to view a report.
The token is supplied as a query parameter and is stored verbatim.
Request
Responses
- 200
- 400
- 403
Token associated with the organization. payload is a status string
indicating whether an organization row was created or an existing one updated.
The token query parameter was absent. Note that a malformed or expired
token is not rejected — any non-empty value is stored verbatim and returns
200.
Missing or invalid X-API-KEY