Skip to main content
1-Visitor
December 13, 2015
Solved

Accessing Application Key keyId by Non-Admin User

  • December 13, 2015
  • 1 reply
  • 1773 views

Hi there,

I have a regular user created.  This user is a member of an organization that has visibility to the Application Key that is assigned to this user.

I need to retrieve the keyId via REST.  It works fine as the Administrator:

http://ourserver/Thingworx/ApplicationKeys/UserKey/?userid=Administrator&password=password

However whenever I try to read it as the User I get:

"Not authorized for Read"
​​
I have the Run->Read permission enabled for the user and the visibility works.  What do I need to do to get this user the ability to read his own key?

Thank you,

Nick

Best answer by ngarner-2

Just answered my own question, the user needs Design Time Read Access to the properties to get the keyID.

Nick    

1 reply

ngarner-21-VisitorAuthorAnswer
1-Visitor
December 13, 2015

Just answered my own question, the user needs Design Time Read Access to the properties to get the keyID.

Nick