I'm writing a Confluence plugin and I need to get user full name given user ID. I found `UserAccessor` interface, but whenever I try to use it in my components I get `NoSuchBeanDefinitionException`:
```
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.atlassian.confluence.user.UserAccessor' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
```
I saw similar question raised before, but I couldn't find any clear resolution. Should I be using some other bean to get user details from?
Hi Igor,
Thank you for contacting us about this! My recommendation for this type of question would be to raise it with the Atlassian Developer Community. That community is more folks who are familiar with this process, whereas this community is more end-users who do not have as much experience with developing for Atlassian apps.
Let me know if you have any trouble!
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome, Igor!
Take care,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.