You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-portability.md
+58-58Lines changed: 58 additions & 58 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ To find out more about responsibility ownership for using {{site.data.keyword.cl
37
37
38
38
{{site.data.keyword.appid_short_notm}} provides the mechanisms to export your content that's uploaded, stored, and processed when you use the service.
39
39
40
-
* To export users that authenticate through Cloud Directory, use the `export/all` API to retrieve all of your Cloud Directory profiles. Then, downoad the content with the `export/download` API. For help exporting Cloud Directory users, see [Migrating users](/docs/appid?topic=appid-cd-users#user-migration).
40
+
* To export users that authenticate through Cloud Directory, use the `export/all` API to retrieve all of your Cloud Directory profiles. Then, download the content with the `export/download` API. For help with exporting Cloud Directory users, see [Migrating users](/docs/appid?topic=appid-cd-users#user-migration).
41
41
42
42
* To export user profiles that are authenticated through social media integration, use the [users/export API](https://us-south.appid.cloud.ibm.com/swagger-ui/#/Management%20API%20-%20Users/mgmt.userProfilesExport){: external} or the following CURL command:
43
43
@@ -56,7 +56,7 @@ In addition, {{site.data.keyword.appid_short_notm}} provides mechanisms to expor
56
56
57
57
{{site.data.keyword.appid_short_notm}} supports the following data format and schema of the exported data, configuration, and application:
58
58
59
-
* Users added through Cloud Directory.
59
+
* Users that are added through Cloud Directory.
60
60
61
61
```json
62
62
[
@@ -121,65 +121,65 @@ In addition, {{site.data.keyword.appid_short_notm}} provides mechanisms to expor
121
121
{: codeblock}
122
122
123
123
124
-
* Users added through social media integration.
124
+
* Users that are added through social media integration.
125
125
126
-
```json
127
-
{
128
-
"itemsPerPage": 2,
129
-
"requestOptions": {},
130
-
"totalResults": 2,
131
-
"users": [
132
-
{
133
-
"attributes": {
134
-
"points": 150
135
-
},
136
-
"email": "your@mail.com",
137
-
"id": "7ae804f3-0ed3-45f0-bc6b-1c6af868e6d6",
138
-
"identities": [
139
-
{
140
-
"id": "105646725068605084546",
141
-
"idpUserInfo": {
142
-
"email": "your@mail.com",
126
+
```json
127
+
{
128
+
"itemsPerPage": 2,
129
+
"requestOptions": {},
130
+
"totalResults": 2,
131
+
"users": [
132
+
{
133
+
"attributes": {
134
+
"points": 150
135
+
},
136
+
"email": "your@mail.com",
137
+
"id": "7ae804f3-0ed3-45f0-bc6b-1c6af868e6d6",
138
+
"identities": [
139
+
{
143
140
"id": "105646725068605084546",
144
-
"picture": "profilePic.jpg"
145
-
},
146
-
"provider": "google"
147
-
}
148
-
],
149
-
"name": "App ID Google User Profile",
150
-
"roles": []
151
-
},
152
-
{
153
-
"attributes": {
154
-
"points": 250
141
+
"idpUserInfo": {
142
+
"email": "your@mail.com",
143
+
"id": "105646725068605084546",
144
+
"picture": "profilePic.jpg"
145
+
},
146
+
"provider": "google"
147
+
}
148
+
],
149
+
"name": "App ID Google User Profile",
150
+
"roles": []
155
151
},
156
-
"email": "mail@mail.com",
157
-
"id": "1439d777-185d-4be1-8f4a-c4e8142b87ea",
158
-
"identities": [
159
-
{
160
-
"first_name": "AppID",
161
-
"id": "100195207128541",
162
-
"last_name": "Development",
163
-
"picture": {
164
-
"data": {
165
-
"height": 50,
166
-
"url": "https://example-profile-picture.com",
167
-
"width": 50
168
-
}
169
-
},
170
-
"provider": "facebook"
171
-
}
172
-
],
173
-
"name": "App ID Facebook user profile",
174
-
"roles": [
175
-
"adult",
176
-
"child"
177
-
]
178
-
}
179
-
]
180
-
}
181
-
```
182
-
{: codeblock}
152
+
{
153
+
"attributes": {
154
+
"points": 250
155
+
},
156
+
"email": "mail@mail.com",
157
+
"id": "1439d777-185d-4be1-8f4a-c4e8142b87ea",
158
+
"identities": [
159
+
{
160
+
"first_name": "AppID",
161
+
"id": "100195207128541",
162
+
"last_name": "Development",
163
+
"picture": {
164
+
"data": {
165
+
"height": 50,
166
+
"url": "https://example-profile-picture.com",
167
+
"width": 50
168
+
}
169
+
},
170
+
"provider": "facebook"
171
+
}
172
+
],
173
+
"name": "App ID Facebook user profile",
174
+
"roles": [
175
+
"adult",
176
+
"child"
177
+
]
178
+
}
179
+
]
180
+
}
181
+
```
182
+
{: codeblock}
183
183
184
184
{{site.data.keyword.appid_short_notm}} doesn't support the export of the following data format and schema of the exported data, configuration, and application:
0 commit comments