Skip to content

Commit

Permalink
Merge pull request #16639 from dewniMW/org-user
Browse files Browse the repository at this point in the history
Add changes to user organization API
  • Loading branch information
dewniMW authored Sep 14, 2023
2 parents 7e308ff + 16c8985 commit 4baeaa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@
<jaxrs:server id="orgUser" address="/users/v1/me/organizations">
<jaxrs:serviceBeans>
<bean class="org.wso2.carbon.identity.rest.api.user.organization.v1.RootApi"/>
<bean class="org.wso2.carbon.identity.rest.api.user.organization.v1.MeApi"/>
</jaxrs:serviceBeans>
<jaxrs:providers>
<bean class="com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider">
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2402,7 +2402,7 @@

<!-- Identity REST API feature -->
<identity.api.dispatcher.version>2.0.13</identity.api.dispatcher.version>
<identity.user.api.version>1.3.18</identity.user.api.version>
<identity.user.api.version>1.3.19</identity.user.api.version>
<identity.server.api.version>1.2.79</identity.server.api.version>

<identity.agent.sso.version>5.5.9</identity.agent.sso.version>
Expand Down

0 comments on commit 4baeaa9

Please sign in to comment.