GetAllUnredactedUserConfigsForUser
Category: System Permissions: Operator, Trading Call Type: Synchronous
Gets all the unredacted configs for a user
Request
Key | Value |
---|---|
userId | integer. The ID of the user whose configuration key-value pairs you want to return. |
userName | string. The user name of the user whose configuration key-value pairs you want to return. |
Response
The Response returns an array of a variable number of elements, depending on the needs of the Exchange.
Key | Value |
---|---|
Key | string. The name of the key part of the key-value pair. |
Value | string. The value part of the key-value pair. The value must be a string. |
Last updated