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
Returns a list of organizations in the JIRA instance. If the user is not an agent, the resource returns a list of organizations the user is a member of.
156
+
Returns a list of organizations in the JIRA instance. If the user is not an agent,
157
+
the resource returns a list of organizations the user is a member of.
158
+
125
159
:param start: OPTIONAL: int The starting index of the returned objects.
126
160
Base index: 0. See the Pagination section for more details.
127
161
:param limit: OPTIONAL: int The maximum number of users to return per page.
128
162
Default: 50. See the Pagination section for more details.
0 commit comments