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 |
---|---|---|---|
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 |
---|---|---|---|
data | An paginated array of federated users with the requested fields. | Array | |
data{id} | A federated user’s ID, unique to the developer organization it was created under. | ✓ | 64-bit unsigned integer |
data{persistent_id} | A unique immutable ID that is used for federated user indexing. | ✓ | String |
data{unique_name} | A 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 |
data{display_name} | A name for a federated user which can be displayed in a federated app. | ✓ | String |
paging | An array of URLs used to paginate to the previous or the next set of users. | Array | |
paging{previous} | The URL used to paginate to the previous set of users or an empty string if there are no previous users. | String | |
paging{next} | The URL used to paginate to the next set of users or an empty string if there are no more users next. | String |