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

ovr_User_Get Function

Retrieve the user with the given ID. This might fail if the ID is invalid or the user is blocked.
NOTE: Users will have a unique ID per application. ovrMessage_User_Get 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 ovrUserHandle. Extract the payload from the message handle with ovr_Message_GetUser().

Signature

ovrRequest ovr_User_Get(ovrID userID)

Parameters

userID: ovrID User ID retrieved with this application.

Returns