GetProjectMembershipAdministrators
This method can be used for the following functionality: Get project membership administrators.
Parameters
The following URL, Headers and Parameters are required for requests to this API endpoint. Where a parameter is optional, it will be indicated. Otherwise treat all parameters as mandatory.
Headers
GET /api/ss/project/:id/member-admins HTTP/1.1
Host: demo.attackforge.com
X-SSAPI-KEY: APIKey
Content-Type: application/json
Connection: closePath
id (string)
Identifier for the project.
Example:
GET /api/ss/project/5e64179c899bb708b55ea48c/member-admins HTTP/1.1Example
The following example is a cURL request to get all project membership administrators for a given project.
Request
Include API Token instead of stars in 'X-SSAPI-KEY: ***************************************' parameter.
Response
Response contains an array of project membership administrator objects.
Last updated