API reference
API reference
Select your platform
No SDKs available
No versions available

ovr_User_GetOrgScopedID Function

returns an ovrID which is unique per org. allows different apps within the same org to identify the user. ovrMessage_User_GetOrgScopedID will be generated in response.
First call ovr_Message_IsError() to check if an error occurred.
If no error occurred, the message will contain a payload of type ovrOrgScopedIDHandle. Extract the payload from the message handle with ovr_Message_GetOrgScopedID().

Signature

ovrRequest ovr_User_GetOrgScopedID(ovrID userID)

Parameters

userID: ovrID to load the org scoped id of

Returns