No Results
Get Mapped Roles

EdgeCore version: 4.3.2

Method

GET /public/domains/{domainName}/maproles

Used to retrieve the currently mapped roles.

Parameters

Name Type Description Mandatory
domainName
string Name of the domain Yes

cURL example

curl --location --request GET 'http://localhost:8080/public/domains/TESTDOMAIN/maproles' \ 
--header 'edgeApiKey: YWRtaW5AZGVmYXVsdHx3IDNHe2tMZTYhMkZkO3J3cipDaSZUdio5'

Example Response

[ 
    {role: Monitoring Engineering, parentRole: Full Admin} 
    {role: Enterprise Admins, parentRole: Editor} 
]

HTTP Response

Code Status Description
200 OK The request has succeeded.

Additionally, if you get [] in the response, that means there are no connections.


Terms | Privacy