Skip to content

Commit 502d724

Browse files
authored
Merge pull request #5771 from Malith-19/update-userstore-creation-with-disabled-property
2 parents c6c33d6 + 8933066 commit 502d724

File tree

12 files changed

+26
-6
lines changed

12 files changed

+26
-6
lines changed

en/asgardeo/docs/apis/organization-apis/restapis/org-user-store.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ paths:
2121
2222
To retrieve the available user store classes/types, use the **/o/api/server/v1/userstores/meta/types** API.
2323
24+
When creating a user store, it will be **disabled by default**. To enable the user store, include the `disabled` property set to `false` in the properties of the payload.
25+
2426
2527
<b>Scope(Permission) required:</b> `internal_org_userstore_create`
2628
responses:

en/asgardeo/docs/apis/restapis/user-store.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ paths:
2121
2222
To retrieve the available user store classes/types, use the **api/server/v1/userstores/meta/types** API.
2323
24+
When creating a user store, it will be **disabled by default**. To enable the user store, include the `disabled` property set to `false` in the properties of the payload.
2425
2526
<b>Scope(Permission) required:</b> `internal_userstore_create`
2627
responses:

en/identity-server/5.10.0/docs/develop/restapis/userstore.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ paths:
3434
<b>Scope required:</b><br>
3535
*/internal_userstore_create
3636
37+
**NOTE:**
38+
39+
When creating a user store, it will be **disabled by default**. To enable the user store, include the `disabled` property set to `false` in the properties of the payload.
40+
3741
responses:
3842
'201':
3943
description: Successful response

en/identity-server/6.0.0/docs/apis/restapis/user-store.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ paths:
3131
3232
To retrieve the available user store classes/types, use the **api/server/v1/userstores/meta/types** API.
3333
34+
When creating a user store, it will be **disabled by default**. To enable the user store, include the `disabled` property set to `false` in the properties of the payload.
35+
36+
3437
<b>Permission required:</b>
3538
- /permission/admin
3639
responses:

en/identity-server/6.1.0/docs/apis/restapis/user-store.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ paths:
3131
3232
To retrieve the available user store classes/types, use the **api/server/v1/userstores/meta/types** API.
3333
34+
When creating a user store, it will be **disabled by default**. To enable the user store, include the `disabled` property set to `false` in the properties of the payload.
35+
36+
3437
<b>Permission required:</b>
3538
- /permission/admin
3639
responses:

en/identity-server/7.0.0/docs/apis/restapis/user-store.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ paths:
2121
**NOTE:**
2222
2323
To retrieve the available user store classes/types, use the **api/server/v1/userstores/meta/types** API.
24-
24+
25+
When creating a user store, it will be **disabled by default**. To enable the user store, include the `disabled` property set to `false` in the properties of the payload.
2526
2627
<b>Scope(Permission) required:</b> `internal_userstore_create`
2728
responses:

en/identity-server/7.1.0/docs/apis/organization-apis/restapis/user-store.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ paths:
2121
**NOTE:**
2222
2323
To retrieve the available user store classes/types, use the **api/server/v1/userstores/meta/types** API.
24-
24+
25+
When creating a user store, it will be **disabled by default**. To enable the user store, include the `disabled` property set to `false` in the properties of the payload.
2526
2627
<b>Scope(Permission) required:</b> `internal_org_userstore_create`
2728
responses:

en/identity-server/7.1.0/docs/apis/restapis/user-store.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ paths:
2222
2323
To retrieve the available user store classes/types, use the **api/server/v1/userstores/meta/types** API.
2424
25+
When creating a user store, it will be **disabled by default**. To enable the user store, include the `disabled` property set to `false` in the properties of the payload.
2526
2627
<b>Scope(Permission) required:</b> `internal_userstore_create`
2728
responses:

en/identity-server/7.2.0/docs/apis/organization-apis/restapis/user-store.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ paths:
2121
**NOTE:**
2222
2323
To retrieve the available user store classes/types, use the **api/server/v1/userstores/meta/types** API.
24-
24+
25+
When creating a user store, it will be **disabled by default**. To enable the user store, include the `disabled` property set to `false` in the properties of the payload.
2526
2627
<b>Scope(Permission) required:</b> `internal_org_userstore_create`
2728
responses:

en/identity-server/7.2.0/docs/apis/restapis/user-store.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ paths:
2121
**NOTE:**
2222
2323
To retrieve the available user store classes/types, use the **api/server/v1/userstores/meta/types** API.
24-
24+
25+
When creating a user store, it will be **disabled by default**. To enable the user store, include the `disabled` property set to `false` in the properties of the payload.
2526
2627
<b>Scope(Permission) required:</b> `internal_userstore_create`
2728
responses:

0 commit comments

Comments
 (0)