UpdateProjectMembershipAdministrators

This method can be used for the following functionality: Update user(s) or group(s) 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

PUT /api/ss/project/{id}/member-admins HTTP/1.1
Host: demo.attackforge.com
X-SSAPI-KEY: APIKey
Content-Type: application/json
Connection: close

Path

id (string)

Id of the project.

Example:

PUT /api/ss/project/5eac95f1e594ea09107e9bb5/member-admins HTTP/1.1

Body

group_id (string)

Id of the group.

Example:

user_id (string)

Id of the user.

Example:

access_level_limit (string)

Must be one of the following: None, View, Upload, Edit

Example:

add_user_method (string)

Defines how user can add other users to the project. Must be one of the following: list, email

Example:

allow_user_invite (boolean)

Determines if user can invite new users to the application.

Example:

Example

The following example is a cURL request to update project membership administrators on a project.

Request

Include API Token instead of stars in 'X-SSAPI-KEY: ***************************************' parameter.

Response

Response contains a status.

Last updated