문제

I'm looking for APIs to fetch user info given a username.

I'm interested in Java API, serverside template/script root object, webscripts services, or even Share API.

도움이 되었습니까?

해결책

  • Java API: PersonService
  • JavaScript & Temmplate (Repo-layer): person-Root Object (current user) or people.getPerson(username)
  • REST API (org\alfresco\repository\person\person.get.desc.xml) : GET /api/people/{userName}

다른 팁

For JavaScript APIs you can refer this Person APIs

For All webscripts related to users you can check this link

Get User Webscripts

You can use any of this as per your requirements.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top