GET /api/field-permissions/{field_id}/subjects/
Searches users and teams that can be selected for a field-specific permission. Results are paginated and exclude the requested subjects.
This is an enterprise feature.
Servers
- /
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
field_id |
String | Yes |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
page |
Integer | No |
Default value: 1 |
size |
Integer | No |
Default value: 20 |
exclude_user_ids[] |
Array | No | |
exclude_team_ids[] |
Array | No | |
search |
String | No |
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.