cURL
curl --request POST \ --url https://app.chemcloud.com.au/api/public/buyer/v1/suppliers/{supplier_id}/users \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "first_name": "John", "last_name": "Smith", "contact_email": "hello@chemcloud.com.au" } '
{ "id": "99999a99-b888-777c-666d-55555555555e", "first_name": "John", "last_name": "Smith", "contact_email": "hello@chemcloud.com.au", "supplier_profile_id": "99999a99-b888-777c-666d-55555555555e", "created_at": "2025-12-31T23:13:11.862Z", "updated_at": "2025-12-31T23:13:11.862Z" }
"John"
"Smith"
"hello@chemcloud.com.au"
Supplier user created
"99999a99-b888-777c-666d-55555555555e"
"2025-12-31T23:13:11.862Z"
Was this page helpful?