Skip to content

Commit

Permalink
minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
CoCraig committed Oct 30, 2023
1 parent 32787da commit 49bffcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/adv-msg/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Be sure to set the proper [authorization header](https://developers.ringcentral.

## Identities API

A single end user can use many different channels. To identify the end user, we have the identities API. This identity is then linked to each post in the form of an alphanumeric ID. To find the name of the end user, or typically known as the sender or poster, look frot eh `authorIdentityId` object adn pass that into the query string using the identities API.
A single end user can use many different channels. To identify the end user, we have the identities API. This identity is then linked to each post in the form of an alphanumeric ID. To find the name of the end user, or typically known as the sender or poster, look for the `authorIdentityId` object and pass that into the query string using the identities API.

=== "HTTP"
```html
Expand Down

0 comments on commit 49bffcf

Please sign in to comment.