GET /wiki/rest/api/group/picker
Get search results of groups by partial query provided.
Servers
- https://your-domain.atlassian.net
Query parameters
Name | Type | Required | Description |
---|---|---|---|
query |
String | Yes |
the search term used to query results. |
limit |
Integer | No |
The maximum number of groups to return per page. Note, this is restricted to a maximum limit of 200 groups. Default value: 200 |
shouldReturnTotalSize |
Boolean | No |
Whether to include total size parameter in the results. Note, fetching total size property is an expensive operation; use it if your use case needs this value. Default value: false |
start |
Integer | No |
The starting index of the returned groups. Default value: 0 |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.