Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UserService ID issues #1861

Open
ElGabbu opened this issue Nov 6, 2014 · 0 comments
Open

UserService ID issues #1861

ElGabbu opened this issue Nov 6, 2014 · 0 comments

Comments

@ElGabbu
Copy link

ElGabbu commented Nov 6, 2014

So multiple issues here:

1 - Calling the list action with a KalturaUserFilter, that filters by a specific ID as follows:

$filter = new KalturaUserFilter();
$filter->idEqual = '[email protected]';
$users = $sourcePartnerClient->user->listAction($filter, null);

The filter is completely ignored, and it also returns users of other partners (which is rather worrying) ... please note that this is K9 behavior. Same thing on a K6 API works like a charm.

2 - The id property of the KalturaUser objects being returned have the same value of the screenName property. Thus one is unable to read the ids of a given list of users.

3 - The get action of the user service accepts a UserId, according to the documentation it's of type string so I figured ok passing the email address would get me the user. It does get me a user but not the correct one ... basically it returns always the same result regardless what you pass in as a parameter.

4 - Then I wanted to update a user via the API, the documentation says that the first parameter userId is string so I though ok the email again. But the response was Invalid user id.

Would really appreciate some support on this as it stands the user service on K9 is barely useable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant