Skip to main content

403Geoscience Object: Insufficient role

You have a viewer role in the workspace specified in the request. Since version 1.5.0, the Geoscience Object API requires an editor/owner role to create or update objects.

Example error
{
"your_role": "viewer",
"permitted_roles": [
"editor",
"owner"
],
"status": 403,
"title": "Insufficient Role.",
"detail": "Access to this resource is forbidden due to an insufficient role.",
"type": "https://seequent.com/error-codes/geoscienceobject/auth/insufficient-role"
}

Please refer to the API release notes for more information.