GET
https://graph.oculus.com/{id}
Name | Description |
---|---|
{id} | The federated user’s ID, unique to the developer organization it was created under. |
Name | Description | Optional | Type |
---|---|---|---|
fields | A comma-separated list of the fields to include in the response. | ✓ | A comma-separated list. Valid values: • id • persistent_id • unique_name • display_name |
access_token | Bearer token that contains OC|$APP_ID |$APP_SECRET | String |
Name | Description | Optional | Type |
---|---|---|---|
id | The federated user’s ID, unique to the developer organization it was created under. | 64-bit unsigned integer | |
persistent_id | The unique immutable ID that is used for federated user indexing. | ✓ | String |
unique_name | The unique name given to a federated user if their display name is already taken by another user, formatted {display_name}# followed by a numerical ID. | ✓ | String |
display_name | The name for a federated user which can be displayed in a federated app. | ✓ | String |
GET
https://graph.oculus.com/{federated_app_id}/federated_users
Name | Description |
---|---|
{federated_app_id} | The federated application ID which can be obtained from the Developer Dashboard API page. |
Name | Description | Optional | Type |
---|---|---|---|
persistent_id | A unique immutable ID that is used for federated user indexing. | String | |
fields | A comma-separated list of the fields to include in the response. | ✓ | A comma-separated list. Valid values: • id • persistent_id • unique_name • display_name |
access_token | Bearer token that contains OC|$APP_ID |$APP_SECRET | String |
Name | Description | Optional | Type |
---|---|---|---|
id | The federated user’s ID, unique to the developer organization it was created under. | 64-bit unsigned integer | |
persistent_id | The unique immutable ID that is used for federated user indexing. | ✓ | String |
unique_name | The unique name given to a federated user if their display name is already taken by another user, formatted {display_name}# followed by a numerical ID. | ✓ | String |
display_name | The name for a federated user which can be displayed in a federated app. | ✓ | String |
GET
https://graph.oculus.com/me
Name | Description |
---|---|
User access token | A Bearer access token for a federated user create under the same developer organization as the targeted federated app belongs to. |
Name | Description | Optional | Type |
---|---|---|---|
fields | A comma-separated list of the fields to include in the response. | ✓ | A comma-separated list. Valid values: • id • persistent_id • unique_name • display_name |
Name | Description | Optional | Type |
---|---|---|---|
id | The federated user’s ID, unique to the developer organization it was created under. | 64-bit unsigned integer | |
persistent_id | The unique immutable ID that is used for federated user indexing. | ✓ | String |
unique_name | The unique name given to a federated user if their display name is already taken by another user, formatted {display_name}# followed by a numerical ID. | ✓ | String |
display_name | The name for a federated user which can be displayed in a federated app. | ✓ | String |