@Leonid S It appears that api /m/oauth2/api/user now returns api /m/oauth2/api/me data instead of particular profile data where Bearer token generated for current profile is used (as it should be). Kindly look into this as it only returns particular profile data only if the Bearer token belongs to the particular profile Id .
Hello @Giovane !
It seems you missed the step with the authorization of the sent request.
hi @LeonidS thanks for the response
I did add
Request header: Authorization: Bearer <valid access token> (the scope of this token is basic)
Parameters: id: profile ID
can you give me an example request?
@Leonid S It appears that api /m/oauth2/api/user now returns api /m/oauth2/api/me data instead of particular profile data where Bearer token generated for current profile is used (as it should be). Kindly look into this as it only returns particular profile data only if the Bearer token belongs to the particular profile Id .
Thank you for the report - https://github.com/unacms/una/issues/4734