Create Csp User

Create Csp User

Add a new CSP User or update the existing user's roles in Operations for Networks

Request
URI
POST
https://{api_host}/api/ni/csp/user/create
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns CspManagementResponse of type(s) application/json
{
    "userEmail": "[email protected]",
    "userRoles": [
        "string"
    ]
}
string
userEmail
Optional

Email/Username of the Customer

array of string
userRoles
Optional

userRoles


400

Bad Request

Returns ApiError of type(s) application/json
{
    "code": 0,
    "message": "string",
    "details": [
        {
            "code": 0,
            "message": "string",
            "target": [
                "string"
            ]
        }
    ]
}
integer As int32 As int32
code
Optional

code

string
message
Optional

message

details
Optional

details


401

Unauthorized

Returns ApiError of type(s) application/json
{
    "code": 0,
    "message": "string",
    "details": [
        {
            "code": 0,
            "message": "string",
            "target": [
                "string"
            ]
        }
    ]
}
integer As int32 As int32
code
Optional

code

string
message
Optional

message

details
Optional

details