Skip to main content
GET
Get a Supplier User

Authorizations

Authorization
string
header
required

OAuth 2.0 client credentials. The access token from POST /oauth/token is sent as a bearer token. Request only the scopes you need.

zivio-tenant-id
string
header
required

Your Zivio organisation identifier. The regional API endpoints serve every Zivio organisation, so each request must identify yours.

Path Parameters

id
integer
required

Supplier User ID

Response

Supplier User details

id
integer
first_name
string
last_name
string
email
string
org_name
string
org_id
integer
business_unit
string
division
string
department
string
has_oversight
boolean
Example:

true

vetting_status
enum<string>
Available options:
NOT REGISTERED,
PASSED,
FAILED,
PENDING
Example:

"NOT REGISTERED"

custom_fields
object

Key-value pairs of custom field data

created_at
string
updated_at
string