Skip to content

Commit f5ca359

Browse files
Merge pull request #5213 from HasiniSama/org-handle
Add OrgHandle to Organization Management API
2 parents 1386b72 + 3462a66 commit f5ca359

8 files changed

Lines changed: 106 additions & 0 deletions

File tree

en/asgardeo/docs/apis/organization-apis/restapis/org-management.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,9 @@ components:
593593
name:
594594
type: string
595595
example: "ABC Builders"
596+
orgHandle:
597+
type: string
598+
example: "abcbuilders"
596599
description:
597600
type: string
598601
example: "Building constructions"
@@ -629,6 +632,9 @@ components:
629632
name:
630633
type: string
631634
example: "ABCD Builders"
635+
orgHandle:
636+
type: string
637+
example: "abcbuilders"
632638
description:
633639
type: string
634640
example: "Building constructions company"
@@ -701,6 +707,7 @@ components:
701707
required:
702708
- id
703709
- name
710+
- orgHandle
704711
- status
705712
- ref
706713
properties:
@@ -710,6 +717,9 @@ components:
710717
name:
711718
type: string
712719
example: 'ABC Builders'
720+
orgHandle:
721+
type: string
722+
example: 'abcbuilders'
713723
status:
714724
type: string
715725
enum: [ ACTIVE, DISABLED ]
@@ -726,6 +736,7 @@ components:
726736
required:
727737
- id
728738
- name
739+
- orgHandle
729740
- status
730741
- created
731742
- lastModified
@@ -737,6 +748,9 @@ components:
737748
name:
738749
type: string
739750
example: 'ABC Builders'
751+
orgHandle:
752+
type: string
753+
example: 'abcbuilders'
740754
description:
741755
type: string
742756
example: 'Building constructions'
@@ -767,6 +781,7 @@ components:
767781
required:
768782
- id
769783
- name
784+
- orgHandle
770785
- status
771786
- created
772787
- lastModified
@@ -778,6 +793,9 @@ components:
778793
name:
779794
type: string
780795
example: 'ABC Builders'
796+
orgHandle:
797+
type: string
798+
example: 'abcbuilders'
781799
description:
782800
type: string
783801
example: 'Building constructions'
@@ -896,6 +914,7 @@ components:
896914
required:
897915
- id
898916
- name
917+
- orgHandle
899918
- status
900919
- created
901920
- lastModified
@@ -907,6 +926,9 @@ components:
907926
name:
908927
type: string
909928
example: 'ABC Builders'
929+
orgHandle:
930+
type: string
931+
example: 'abcbuilders'
910932
description:
911933
type: string
912934
example: 'Building constructions'

en/asgardeo/docs/apis/restapis/application-management.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4722,6 +4722,7 @@ components:
47224722
required:
47234723
- id
47244724
- name
4725+
- orgHandle
47254726
- status
47264727
- ref
47274728
properties:
@@ -4731,6 +4732,9 @@ components:
47314732
name:
47324733
type: string
47334734
example: 'ABC Builders'
4735+
orgHandle:
4736+
type: string
4737+
example: 'abcbuilders'
47344738
status:
47354739
type: string
47364740
enum: [ ACTIVE, DISABLED ]

en/asgardeo/docs/apis/restapis/org-management.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,9 @@ components:
583583
name:
584584
type: string
585585
example: "ABC Builders"
586+
orgHandle:
587+
type: string
588+
example: "abcbuilders"
586589
description:
587590
type: string
588591
example: "Building constructions"
@@ -619,6 +622,9 @@ components:
619622
name:
620623
type: string
621624
example: "ABCD Builders"
625+
orgHandle:
626+
type: string
627+
example: "abcbuilders"
622628
description:
623629
type: string
624630
example: "Building constructions company"
@@ -691,6 +697,7 @@ components:
691697
required:
692698
- id
693699
- name
700+
- orgHandle
694701
- status
695702
- ref
696703
properties:
@@ -700,6 +707,9 @@ components:
700707
name:
701708
type: string
702709
example: 'ABC Builders'
710+
orgHandle:
711+
type: string
712+
example: 'abcbuilders'
703713
status:
704714
type: string
705715
enum: [ ACTIVE, DISABLED ]
@@ -716,6 +726,7 @@ components:
716726
required:
717727
- id
718728
- name
729+
- orgHandle
719730
- status
720731
- created
721732
- lastModified
@@ -727,6 +738,9 @@ components:
727738
name:
728739
type: string
729740
example: 'ABC Builders'
741+
orgHandle:
742+
type: string
743+
example: 'abcbuilders'
730744
description:
731745
type: string
732746
example: 'Building constructions'
@@ -757,6 +771,7 @@ components:
757771
required:
758772
- id
759773
- name
774+
- orgHandle
760775
- status
761776
- created
762777
- lastModified
@@ -768,6 +783,9 @@ components:
768783
name:
769784
type: string
770785
example: 'ABC Builders'
786+
orgHandle:
787+
type: string
788+
example: 'abcbuilders'
771789
description:
772790
type: string
773791
example: 'Building constructions'
@@ -885,6 +903,7 @@ components:
885903
required:
886904
- id
887905
- name
906+
- orgHandle
888907
- status
889908
- created
890909
- lastModified
@@ -896,6 +915,9 @@ components:
896915
name:
897916
type: string
898917
example: 'ABC Builders'
918+
orgHandle:
919+
type: string
920+
example: 'abcbuilders'
899921
description:
900922
type: string
901923
example: 'Building constructions'

en/asgardeo/docs/apis/restapis/organization-discovery.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ components:
463463
required:
464464
- organizationId
465465
- organizationName
466+
- orgHandle
466467
- attributes
467468
properties:
468469
organizationId:
@@ -473,6 +474,10 @@ components:
473474
type: string
474475
description: The name of the organization.
475476
example: 'ABC Builders'
477+
orgHandle:
478+
type: string
479+
description: The handle of the organization.
480+
example: 'abcbuilders'
476481
attributes:
477482
type: array
478483
items:

en/identity-server/next/docs/apis/organization-apis/restapis/organization-management.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,9 @@ components:
588588
name:
589589
type: string
590590
example: "ABC Builders"
591+
orgHandle:
592+
type: string
593+
example: "abcbuilders"
591594
description:
592595
type: string
593596
example: "Building constructions"
@@ -624,6 +627,9 @@ components:
624627
name:
625628
type: string
626629
example: "ABCD Builders"
630+
orgHandle:
631+
type: string
632+
example: "abcbuilders"
627633
description:
628634
type: string
629635
example: "Building constructions company"
@@ -696,6 +702,7 @@ components:
696702
required:
697703
- id
698704
- name
705+
- orgHandle
699706
- status
700707
- ref
701708
properties:
@@ -705,6 +712,9 @@ components:
705712
name:
706713
type: string
707714
example: 'ABC Builders'
715+
orgHandle:
716+
type: string
717+
example: 'abcbuilders'
708718
status:
709719
type: string
710720
enum: [ ACTIVE, DISABLED ]
@@ -721,6 +731,7 @@ components:
721731
required:
722732
- id
723733
- name
734+
- orgHandle
724735
- status
725736
- created
726737
- lastModified
@@ -732,6 +743,9 @@ components:
732743
name:
733744
type: string
734745
example: 'ABC Builders'
746+
orgHandle:
747+
type: string
748+
example: 'abcbuilders'
735749
description:
736750
type: string
737751
example: 'Building constructions'
@@ -762,6 +776,7 @@ components:
762776
required:
763777
- id
764778
- name
779+
- orgHandle
765780
- status
766781
- created
767782
- lastModified
@@ -773,6 +788,9 @@ components:
773788
name:
774789
type: string
775790
example: 'ABC Builders'
791+
orgHandle:
792+
type: string
793+
example: 'abcbuilders'
776794
description:
777795
type: string
778796
example: 'Building constructions'
@@ -890,6 +908,7 @@ components:
890908
required:
891909
- id
892910
- name
911+
- orgHandle
893912
- status
894913
- created
895914
- lastModified
@@ -901,6 +920,9 @@ components:
901920
name:
902921
type: string
903922
example: 'ABC Builders'
923+
orgHandle:
924+
type: string
925+
example: 'abcbuilders'
904926
description:
905927
type: string
906928
example: 'Building constructions'

en/identity-server/next/docs/apis/restapis/application.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5606,6 +5606,7 @@ components:
56065606
required:
56075607
- id
56085608
- name
5609+
- orgHandle
56095610
- status
56105611
- ref
56115612
properties:
@@ -5615,6 +5616,9 @@ components:
56155616
name:
56165617
type: string
56175618
example: 'ABC Builders'
5619+
orgHandle:
5620+
type: string
5621+
example: 'abcbuilders'
56185622
status:
56195623
type: string
56205624
enum: [ ACTIVE, DISABLED ]

en/identity-server/next/docs/apis/restapis/organization-discovery.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ components:
466466
required:
467467
- organizationId
468468
- organizationName
469+
- orgHandle
469470
- attributes
470471
properties:
471472
organizationId:
@@ -476,6 +477,10 @@ components:
476477
type: string
477478
description: The name of the organization.
478479
example: 'ABC Builders'
480+
orgHandle:
481+
type: string
482+
description: The handle of the organization.
483+
example: 'abcbuilders'
479484
attributes:
480485
type: array
481486
items:

0 commit comments

Comments
 (0)