Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
130 views

how to Inactive multiple users in openAM

How can I inactive my OpenAM user in a one Go. I have more than 500 users, and I'd like to inactive my 250 users at one go. How to? Rest API will also work for multiple users. Thanks in Advance
krishan's user avatar
  • 57
1 vote
1 answer
542 views

OpenDj as backend and accessing through REST API doubts

I'm doing a project using Open Am and OpenDJ as backend, I'm directly calling OpenDJ REST API for profile adding and Editing, I have the following doubts. Is it possible to store JSON in to the ...
Abdul's user avatar
  • 331
0 votes
1 answer
2k views

Create user in OpenDJ via REST

I am trying to build a request to create a new user in OpenDJ via REST API. According to the documentation, I need to create a new resource. The given example is fairly easy and it will create a user ...
Manu's user avatar
  • 4,137
0 votes
1 answer
84 views

OpenDJ REST returns the same date in two different ways

Organization class has a creation date and my custom fields validFrom and validTo date. The dates should be the same format, but the result looks like this ... "validFrom" : "201502050000+0100", "...
Matej's user avatar
  • 11
0 votes
2 answers
105 views

OpenDJ REST no results when comparing to date

REST wont return no results when comparing date: /groups@org?_queryFilter=(validFrom+ge+"201508280000")&_prettyPrint=true or /groups@org?_queryFilter=(validFrom+le+"201508280000")&...
Matej's user avatar
  • 11