People
Bulk index teams
Replaces all the currently indexed teams using paginated batch API calls. Please refer to the bulk indexing documentation for an explanation of how to use bulk endpoints.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json; charset=UTF-8
Describes the request body of the /bulkindexteams API call
Unique id that must be used for this bulk upload instance
Batch of team information
Information about an employee's team
true if this is the first page of the upload. Defaults to false
true if this is the last page of the upload. Defaults to false
Flag to discard previous upload attempts and start from scratch. Must be specified with isFirstPage=true
Response
200
OK
Was this page helpful?
Previous
Bulk index external shortcutsReplaces all the currently indexed shortcuts using paginated batch API calls. Note that this endpoint is used for indexing shortcuts not hosted by Glean. If you want to upload shortcuts that would be hosted by Glean, please use the `/uploadshortcuts` endpoint. For information on what you can do with Golinks, which are Glean-hosted shortcuts, please refer to [this](https://help.glean.com/en/articles/5628838-how-go-links-work) page.
Next