POST
https://graph.oculus.com/{app-id}/federated_user_update/
Name | Description |
---|---|
App access token | A Bearer access token that contains OC|$APP_ID |$APP_SECRET. |
Name | Description |
---|---|
{app_id} | The application ID which can be obtained from the Developer Dashboard API page. |
Name | Description | Optional | Type |
---|---|---|---|
display_name | The updated name for a federated user which can be displayed in a federated app. Must be: • From 3-30 characters in length •UTF-8 encoded (all code points are allowed) •Preferably unique | ✓ | String |
persistent_id | A unique immutable ID that is used for federated user indexing. | ✓ | 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 |