docs/OrganizationAuthorizationApi.md in purecloudplatformclientv2-22.0.0 vs docs/OrganizationAuthorizationApi.md in purecloudplatformclientv2-23.0.0

- old
+ new

@@ -1036,11 +1036,11 @@ api_instance = PureCloud::OrganizationAuthorizationApi.new trustee_org_id = "trustee_org_id_example" # String | Trustee Organization Id -body = PureCloud::TrustUserCreate.new # TrustUserCreate | Trust +body = PureCloud::TrustMemberCreate.new # TrustMemberCreate | Trust begin #Add a user to the trust. result = api_instance.post_orgauthorization_trustee_users(trustee_org_id, body) @@ -1053,10 +1053,10 @@ ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **trustee_org_id** | **String**| Trustee Organization Id | | - **body** | [**TrustUserCreate**](TrustUserCreate.html)| Trust | | + **body** | [**TrustMemberCreate**](TrustMemberCreate.html)| Trust | | {: class="table table-striped"} ### Return type