Skip to content

Commit 184c967

Browse files
committed
Update: 05-12-2024
1 parent a2c5051 commit 184c967

File tree

1 file changed

+58
-58
lines changed

1 file changed

+58
-58
lines changed

data-portability.md

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To find out more about responsibility ownership for using {{site.data.keyword.cl
3737

3838
{{site.data.keyword.appid_short_notm}} provides the mechanisms to export your content that's uploaded, stored, and processed when you use the service.
3939

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).
4141

4242
* 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:
4343

@@ -56,7 +56,7 @@ In addition, {{site.data.keyword.appid_short_notm}} provides mechanisms to expor
5656

5757
{{site.data.keyword.appid_short_notm}} supports the following data format and schema of the exported data, configuration, and application:
5858

59-
* Users added through Cloud Directory.
59+
* Users that are added through Cloud Directory.
6060

6161
```json
6262
[
@@ -121,65 +121,65 @@ In addition, {{site.data.keyword.appid_short_notm}} provides mechanisms to expor
121121
{: codeblock}
122122

123123

124-
* Users added through social media integration.
124+
* Users that are added through social media integration.
125125

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+
{
143140
"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": []
155151
},
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}
183183

184184
{{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:
185185

0 commit comments

Comments
 (0)