We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
U
1 parent 4646a90 commit 213026fCopy full SHA for 213026f
content/en-us/cloud/reference/oauth2.md
@@ -252,6 +252,8 @@ curl --location --request POST https://apis.roblox.com/oauth/v1/token/resources'
252
253
<h4>Response</h4>
254
255
+The value `U` in `ids` indicates that a scope has granted access to a resource owned by the authorizing `owner`.
256
+
257
```json title="Example Obtain Token Resources Response"
258
{
259
"resource_infos": [
@@ -263,6 +265,9 @@ curl --location --request POST https://apis.roblox.com/oauth/v1/token/resources'
263
265
"resources": {
264
266
"universe": {
267
"ids": ["3828411582"]
268
+ },
269
+ "creator": {
270
+ "ids": ["U"]
271
}
272
273
0 commit comments