Merged in feat/basic-user (pull request #3135)
feat(SW-3610): Get basic user from api * feat(SW-3610): Get basic user from api * . * Optional profileid Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -224,6 +224,7 @@ export namespace endpoints {
|
||||
*/
|
||||
export namespace Profile {
|
||||
export const profile = `${base.path.profile}/${version}/${base.enitity.Profile}`
|
||||
export const basicProfile = `${profile}/BasicInfo`
|
||||
export const promoCampaign = `${profile}/Promotion`
|
||||
|
||||
export function teamMemberCard(employeeId: string) {
|
||||
|
||||
Reference in New Issue
Block a user