Hi,
If username is only numbers, if we call REST API method:
GET /users/{user}
It doesn't respond with the name of user.
REST API bug
Moderators: hugo, alexandre, rmvanarkel
REST API bug
Thanks for your kind attention.
Best regards,
JAR
Best regards,
JAR
Re: REST API bug
Hi,
I made a test here it the user details was returned fine:
Here a sample:
{
"id": "8730554920042422609",
"display": "wqewq",
"shortDisplay": "wqewq",
"name": "wqewq",
"username": "24143078",
"enabledProfileFields": [
Check if the logged user has permissions to see the field.
regards
I made a test here it the user details was returned fine:
Here a sample:
{
"id": "8730554920042422609",
"display": "wqewq",
"shortDisplay": "wqewq",
"name": "wqewq",
"username": "24143078",
"enabledProfileFields": [
Check if the logged user has permissions to see the field.
regards
Alexandre Caurrinhos
Cyclos development team.
Cyclos development team.
Re: REST API bug
Hi,
The admin user has permissions to see the field, because he sees it, if it has at least a letter in username.
The admin user has permissions to see the field, because he sees it, if it has at least a letter in username.
Thanks for your kind attention.
Best regards,
JAR
Best regards,
JAR
Re: REST API bug
Hi,
Check if you follow this procedure:
"Note that a valid numeric value is always considered as id. For example, when using another identification method that can be numeric only, prefix
the value with a single quote (like in Excel spreadsheets);"
Regards
Check if you follow this procedure:
"Note that a valid numeric value is always considered as id. For example, when using another identification method that can be numeric only, prefix
the value with a single quote (like in Excel spreadsheets);"
Regards
Alexandre Caurrinhos
Cyclos development team.
Cyclos development team.