멤버 역할 변경
curl --request PATCH \
--url https://api.headlesscommerce.io/v1/admin/organization/members/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"id": "<string>",
"email": "jsmith@example.com",
"name": "<string>",
"joined_at": "2023-11-07T05:31:56Z"
}Admin - 설정
멤버 역할 변경
PATCH
/
admin
/
organization
/
members
/
{id}
멤버 역할 변경
curl --request PATCH \
--url https://api.headlesscommerce.io/v1/admin/organization/members/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"id": "<string>",
"email": "jsmith@example.com",
"name": "<string>",
"joined_at": "2023-11-07T05:31:56Z"
}인증
API Key. Example: sk_live_xxxxx or pk_live_xxxxx
경로 매개변수
Resource ID
본문
application/json
사용 가능한 옵션:
admin, staff, viewer ⌘I