curl --request PATCH \
--url https://api.management.junction.com/v1/org/{org_id}/ehr_integration/member/{member_id} \
--header 'Content-Type: application/json' \
--header 'X-Management-Key: <management-key>' \
--data '{
"name": "Alex Kim",
"email": "alex@example.com",
"team_role_bindings": []
}'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"integration_member_id": "<string>",
"name": "<string>",
"email": "<string>",
"avatar": "<string>",
"team_role_bindings": [
{
"team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}{
"member_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Members
Update Integration-Managed Member
Update profile attributes and team role bindings for an integration-managed member.
PATCH
/
v1
/
org
/
{org_id}
/
ehr_integration
/
member
/
{member_id}
curl --request PATCH \
--url https://api.management.junction.com/v1/org/{org_id}/ehr_integration/member/{member_id} \
--header 'Content-Type: application/json' \
--header 'X-Management-Key: <management-key>' \
--data '{
"name": "Alex Kim",
"email": "alex@example.com",
"team_role_bindings": []
}'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"integration_member_id": "<string>",
"name": "<string>",
"email": "<string>",
"avatar": "<string>",
"team_role_bindings": [
{
"team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}{
"member_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Junction Management API is available for the Scale plan.
The base URL of this endpoint is
https://api.management.junction.com/.The endpoint accepts only Management Key (X-Management-Key).
Team API Key is not accepted.curl --request PATCH \
--url https://api.management.junction.com/v1/org/{org_id}/ehr_integration/member/{member_id} \
--header 'Content-Type: application/json' \
--header 'X-Management-Key: <management-key>' \
--data '{
"name": "Alex Kim",
"email": "alex@example.com",
"team_role_bindings": []
}'
Authorizations
Body
application/json
Was this page helpful?