Skip to content

Return a hash for the current user info

GET /userInfoHash

Produces deterministic server-keyed hashes for supplied RingCentral account or extension identifiers. Either input may be omitted. These opaque correlation values are not authentication proofs and this route does not validate ownership of the identifiers.

Operation ID: getUserInfoHash
Authorization: None

Parameters

Name Location Type Required Description
extensionId query string No RingCentral extension identifier to hash.
accountId query string No RingCentral account identifier to hash.

Responses

Status Description Body
200 Deterministic account and extension hashes. UserInfoHashResponse
400 Bad request, missing authentication, or connector error. ErrorResponse, string