Normal user is authoritatively denied the [get]display api

Hello.
A normal user is authoritatively denied the following api.
・[get] display
・[get] displayGroup

(The following are errors from postman)
{
“error”: {
“Message”: “Access Denied”,
“code”: 500,
“data” : []
}
}

I really want to do the following.

Get display group information available to the general user from api.

Is there any good way?

Thank you.

I dont think this possible. There are quite a lot of calls in xibo, which can only made by a root user.
EDIT: I think you could assign these displays to the normal user or give the normal user permission to that display. In the CMS you can set permissions per display

1 Like

That is right - you need to give your normal user permission to the display and displaygroup pages for these calls to work.

Permissions via the API are the same as via the web UI.