Step-by-step guide
- Use this as a template, the formatting for it is exactly what you will use. When viewing this how to, in the upper right hand corner of the screen you will see 3 dots, click on them and select copy.
- You will now be in the editor screen, Complete the Title with "How To: xxxxxx"
- Add appropriate labels to the labels section at the top (ex. inflow, action tools, etc.)
- Replace the GIF above with the GIF or Video you plan to use for this how to
- Replace these step by steps with your own related to each issue you create, If you would like an example view "How To: Create a Follow Up
- If necessary, feel free to add additional images below this step by step guide as shown in the example below
...
Request URL
https://app.insellerate.com/api/v2/pub/application/reassign?orgId={{Insellerate Org ID}}
Request Body
{
"ApplicationId": {{Insellerate Application ID}},
"Assignments": [
{
"UserId": "{{Insellerate User 1 ID}}"
},
{
"UserId": "{{Insellerate User 2 ID}}"
}
],
"PrimaryAgent":
{
"UserId": "{{Insellerate User ID}}"
},
"UnassignAllOtherUsers": {{true or false}}
}
Info |
---|
If the Insellerate user ID is unknown to the requestor, the Insellerate user's email can be used in lieu. Just replace "UserId":, with the "Email" parameter. |
Request Body
{
"ApplicationId": {{Insellerate Application ID}},
"Assignments": [
{
"Email": "{{Insellerate User Email}}"
},
{
"Email": "{{Insellerate User Email}}"
}
],
"PrimaryAgent":
{
"Email": "{{Insellerate User Email}}"
},
"UnassignAllOtherUsers": {{true or false}}
}
"UnassignAllOtherUsers": If true, will unassign all other users if their role matches that of the PrimaryAgent specified in the post. If false, will keep all other users of the same role of the PrimaryAgent as secondary agents to the application.
Requestors can also make a GET request to https://app.insellerate.com/api/integration/GetUsers?orgId={{Insellerate Org ID}} to view the list of available users and their current agent roles in the org prior to making the post request.
Senders should receive a 200 OK response code, notifying them that the request was received and was either successful/unsuccessful.
Related Articles
Filter by label (Content by label) | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
...
|
...
hidden | true |
---|
...
|