Associate users or groups to manage the portfolio

Prev Next
Post
/api/v1/portfolios/{portfolioId}/manage
Security
HTTP
Type bearer
Path parameters
portfolioId
stringRequired

The ID of the portfolio

Body parameters

The details for the user and group associtae to the portfolio.

object
groups
Array of string
string
permission
string
users
Array of string
string
Responses
200

OK

Expand All
object
authorization
boolean
data
object
portfolios
Array of object
object
groups
string
permission
string
users
string
error_code
integer
error_message
string
error_status
boolean
Examplefalse
400

Bad Request

Expand All
object
authorization
boolean
Exampletrue
data
object
message
string
error_code
integer | null
error_message
string | null
error_status
boolean
401

Unauthorized

object
error_code
integer
error_message
string
error_status
boolean
404

Not Found

Expand All
object
authorization
boolean
Exampletrue
data
object
message
string
error_code
integer | null
error_message
string | null
error_status
boolean
422

Unprocessable Entity

Expand All
object
authorization
boolean
Exampletrue
data
object
message
string
error_code
integer | null
error_message
string | null
error_status
boolean
500

Internal Server Error

object
authorization
boolean
data
Array of string
Example[]
string
error_code
integer | null
error_message
string | null
error_status
boolean