Skip to content

List users in role_type

GET
/site-role/{role_type}
curl --request GET \
--url https://example.com/site-role/example

List users in role_type

role_type
required
string

Defined site roles for this CanDIG node. By default, admin and curator are defined.

Success

Media type application/json
Array<string>
Example generated
[
"example"
]