UserInfoHashResponse
Server-keyed hashes of RingCentral account and extension identifiers.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
extensionId |
string | Yes | SHA-256 hash of the supplied extension identifier. Minimum length: 64. Maximum length: 64. |
accountId |
string | Yes | SHA-256 hash of the supplied account identifier. Minimum length: 64. Maximum length: 64. |
Example
{
"extensionId": "string",
"accountId": "string"
}