curl --request POST \
--url https://api.getcargo.io/v1/workspaceManagement/users \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"userEmail": "<string>",
"roleSlug": "<string>"
}
'{}Create a new user in the workspace
curl --request POST \
--url https://api.getcargo.io/v1/workspaceManagement/users \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"userEmail": "<string>",
"roleSlug": "<string>"
}
'{}Was this page helpful?