getGroupSecurityId
GET/api/suppliers/getGroupSecurityId
Allows Group Security for a project.
Request
Query Parameters
groupName string
Name of the group for which the security ID is requested.
Example: dhiaman
Responses
- 200
Successful response
- application/json
- Schema
- Example (from schema)
Schema
status integer
data
object
groupId integer
{
"status": 200,
"data": {
"groupId": 556
}
}
Loading...