cURL
curl --request PATCH \ --url https://api.headlesscommerce.io/v1/admin/organization/members/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "role": "admin" } '
{ "id": "<string>", "email": "jsmith@example.com", "name": "<string>", "role": "owner", "status": "active", "joined_at": "2023-11-07T05:31:56Z" }
API Key. 예: sk_live_xxxxx 또는 pk_live_xxxxx
리소스 ID
admin
staff
viewer
Success
owner
active
invited