Name | Method | Endpoint |
---|---|---|
Update a Boomerang Flow Users details | PATCH | /api/v2/user/{userId} |
Delete a Boomerang Flow user | DELETE | /api/v2/user/{userId} |
Get a Users details | GET | /api/v2/user/{userId} |
Search for Users | GET | /api/v2/user/query |
PATCH /api/v2/user/{userId}
Name | Type | Required | Description | Notes | Example |
---|---|---|---|---|---|
userId | String | true | Defaults to null. | userId_example |
Schema | Required |
---|---|
UserRequest | true |
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
application/json
Not defined
null (empty response body)
DELETE /api/v2/user/{userId}
Name | Type | Required | Description | Notes | Example |
---|---|---|---|---|---|
userId | String | true | Defaults to null. | userId_example |
This endpoint does not require a request body.
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
Not defined
Not defined
null (empty response body)
GET /api/v2/user/{userId}
Name | Type | Required | Description | Notes | Example |
---|---|---|---|---|---|
userId | String | true | Defaults to null. | userId_example |
This endpoint does not require a request body.
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
Not defined
*/*
GET /api/v2/user/query?labels=,status=active,inactive,ids=,limit=10,page=0,order=0,sort=0
Name | Type | Required | Description | Notes | Example |
---|---|---|---|---|---|
limit | Integer | true | Result Size | Defaults to null. | 10 |
page | Integer | true | Page Number | Defaults to null. | 0 |
labels | List | false | List of url encoded labels. For example Organization=Boomerang,customKey=test would be encoded as Organization%3DBoomerang,customKey%3Dtest) | Defaults to null. | |
status | List | false | List of statuses to filter for. Defaults to all. | Defaults to null. | active,inactive |
ids | List | false | List of ids to filter for. | Defaults to null. | |
order | String | false | Ascending or Descending (default) order | Defaults to Optional[DESC]. Enum: [ASC, DESC] | 0 |
sort | String | false | The element to sort on | Defaults to Optional[name]. | 0 |
This endpoint does not require a request body.
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
Not defined
*/*