B2B Gateway
- B2B Gateway
- All Products
/public/core/v3/projects
Field
| Type
| Required
| Description
|
---|---|---|---|
name
| String
| Yes
| Name of the project.
|
description
| String
| -
| Description of the project.
|
Field
| Type
| Description
|
---|---|---|
id
| String
| Project ID.
|
name
| String
| Project name.
|
description
| String
| Project description.
|
updatedBy
| String
| User who created the project.
|
updateTime
| String
| Date and time the project was created.
|
POST <baseApiUrl>/public/core/v3/projects Content-Type: application/json Accept: application/json INFA-SESSION-ID: <sessionId> { "name":"Orders", "description": "Orders from all regions" }
{ "id": "kTKQG4Kv3uhgQleaOoUbWu", "name": "Orders", "description": "Orders from all regions", "updatedBy": "scotty@infa.com", "updateTime": "2022-04-12T23:40:40.395Z" }
Hello there, I hope you are doing well.
Is there any way to set the permissions for the project using the API?
Hi Ederson,
We're working to address your comments and will get back to you.
Thanks
Hi Ederson Badeca,
You can use the objects resource to configure user and user group permissions on objects such as assets, folders, and projects. Please see the "Object permissions" section of the REST API Reference for details.