Organization Members REST Endpoints

Agent/Organization Members
Endpoints for operations on customer profile created for account-based commerce, the customer profile includes email, first name, last name, roles and dynamic properties
createMember
Method: post
Path: /ccagent/v1/organizationMembers
getMember
Method: get
Path: /ccagent/v1/organizationMembers/{id}
listMembers
Method: get
Path: /ccagent/v1/organizationMembers
updateMember
Method: put
Path: /ccagent/v1/organizationMembers/{id}