Drupal JSON:API user listing template
parent
a6b685a4a1
commit
ff5e432186
|
@ -0,0 +1,20 @@
|
||||||
|
id: drupal-jsonapi-user-listing
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Drupal JSON:API User Listing
|
||||||
|
author: lixts
|
||||||
|
severity: medium
|
||||||
|
reference:
|
||||||
|
- https://www.drupal.org/project/drupal/issues/3240913
|
||||||
|
tags: drupal,exposure
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/jsonapi/user/user"
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: regex
|
||||||
|
part: body
|
||||||
|
regex:
|
||||||
|
- '"display_name":"'
|
Loading…
Reference in New Issue